File tree 6 files changed +15
-8
lines changed
6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
pip==22.3.1
2
- poetry==1.2.2
3
2
virtualenv==20.17.1
Original file line number Diff line number Diff line change 38
38
39
39
- name : Install Poetry
40
40
run : |
41
- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
41
+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
42
42
poetry --version
43
43
44
44
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -31,11 +31,18 @@ jobs:
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
34
- - name : Install dependencies
34
+ - name : Upgrade pip
35
+ run : |
36
+ pip install --constraint=.github/workflows/constraints.txt pip
37
+ pip --version
38
+
39
+ - name : Install Poetry
35
40
run : |
36
- python -m pip install --upgrade pip
37
- python -m pip install --upgrade poetry
38
- poetry install
41
+ pip install --constraint=.github/workflows/poetry-constraints.txt poetry
42
+ poetry --version
43
+
44
+ - name : Install dependencies
45
+ run : poetry install
39
46
40
47
- name : Lint
41
48
run : ./scripts/lint.sh
Original file line number Diff line number Diff line change
1
+ poetry==1.3.1
Original file line number Diff line number Diff line change 29
29
30
30
- name : Install Poetry
31
31
run : |
32
- pip install --constraint=.github/workflows/constraints.txt poetry
32
+ pip install --constraint=.github/workflows/poetry- constraints.txt poetry
33
33
poetry --version
34
34
35
35
- name : Check if there is a parent commit
Original file line number Diff line number Diff line change 61
61
62
62
- name : Install Poetry
63
63
run : |
64
- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
64
+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
65
65
poetry --version
66
66
67
67
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments