We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc5fd1 commit 8a5774fCopy full SHA for 8a5774f
1 file changed
.github/workflows/upgrade-dependencies.yml
@@ -30,7 +30,8 @@ jobs:
30
- name: Upgrade Python dependencies
31
shell: bash
32
run: |
33
- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools click<8.3
+ python${{ matrix.python-version }} -m pip install click<8.3
34
+ python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
35
cd ${{ matrix.package }}
36
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
37
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
0 commit comments