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 be6d5da commit 21901d2Copy full SHA for 21901d2
.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<25.3" pip-tools
34
cd ${{ matrix.package }}
35
python${{ matrix.python-version }} -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
36
python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
0 commit comments