Skip to content

Commit

Permalink
Fix upgraded workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 20, 2024
1 parent 72b9b0e commit adc58a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ jobs:
if: ${{ "{{" }} matrix.requirements == 'upgraded' }}
run: |
python -m pip install -r requirements-dev.txt
python -m pip install -U -e .
# force upgrade of all dependencies to latest versions within allowed range
python -m pip install -U --upgrade-strategy eager .
- name: Run tests
run: |
Expand Down

0 comments on commit adc58a1

Please sign in to comment.