File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11pip==22.3.1
2- poetry==1.2.2
32virtualenv==20.17.1
Original file line number Diff line number Diff line change 3838
3939 - name : Install Poetry
4040 run : |
41- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
41+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
4242 poetry --version
4343
4444 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -31,11 +31,18 @@ jobs:
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
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
3540 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
3946
4047 - name : Lint
4148 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 2929
3030 - name : Install Poetry
3131 run : |
32- pip install --constraint=.github/workflows/constraints.txt poetry
32+ pip install --constraint=.github/workflows/poetry- constraints.txt poetry
3333 poetry --version
3434
3535 - name : Check if there is a parent commit
Original file line number Diff line number Diff line change 6161
6262 - name : Install Poetry
6363 run : |
64- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
64+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
6565 poetry --version
6666
6767 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments