Skip to content

Commit 21901d2

Browse files
authored
Update upgrade-dependencies.yml
1 parent be6d5da commit 21901d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Upgrade Python dependencies
3131
shell: bash
3232
run: |
33-
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
33+
python${{ matrix.python-version }} -m pip install --upgrade "pip<25.3" pip-tools
3434
cd ${{ matrix.package }}
3535
python${{ matrix.python-version }} -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
3636
python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt

0 commit comments

Comments
 (0)