Skip to content

Commit bb01637

Browse files
authored
Update upgrade_dependencies.yml
1 parent 44eca78 commit bb01637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upgrade_dependencies.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Upgrade Python dependencies
2424
shell: bash
2525
run: |
26-
python -m pip install --upgrade pip pip-tools
27-
python -m piptools compile -q --upgrade --resolver=backtracking -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
28-
python -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
26+
python -m pip install --upgrade "pip<25.3" pip-tools
27+
python -m piptools compile -q --upgrade -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
28+
python -m piptools compile -q --upgrade --all-extras -o requirements/requirements-${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
2929
- name: Detect changes
3030
id: changes
3131
shell: bash

0 commit comments

Comments
 (0)