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 0fc16a5 commit bfc5fd1Copy full SHA for bfc5fd1
1 file changed
.github/workflows/upgrade-dependencies.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upgrade Python dependencies
31
shell: bash
32
run: |
33
- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
+ python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools click<8.3
34
cd ${{ matrix.package }}
35
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
36
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