Skip to content

Commit be6d5da

Browse files
authored
Update upgrade-dependencies.yml
1 parent 11afc0d commit be6d5da

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
@@ -30,10 +30,10 @@ jobs:
3030
- name: Upgrade Python dependencies
3131
shell: bash
3232
run: |
33-
python${{ matrix.python-version }} -m pip install --upgrade pip "pip-tools<7.5"
33+
python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
3434
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
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
3737
- name: Detect changes
3838
id: changes
3939
shell: bash

0 commit comments

Comments
 (0)