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 8a5774f commit 3e92be4Copy full SHA for 3e92be4
1 file changed
.github/workflows/upgrade-dependencies.yml
@@ -30,8 +30,7 @@ jobs:
30
- name: Upgrade Python dependencies
31
shell: bash
32
run: |
33
- python${{ matrix.python-version }} -m pip install click<8.3
34
- 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"
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