Skip to content

Commit

Permalink
Update upgrade-dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Aug 25, 2023
1 parent fa5f56d commit 9a2cd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upgrade Python dependencies
shell: bash
run: |
python${{ matrix.python-version }} -m pip install --upgrade pip==23.1 pip-tools==23.1
python${{ matrix.python-version }} -m pip install --upgrade pip<23.2 pip-tools
cd ${{ matrix.package }}
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
Expand Down

0 comments on commit 9a2cd3c

Please sign in to comment.