Skip to content

Commit

Permalink
further limit pip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 27, 2023
1 parent aaa605b commit f0b105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Limit pip for windows
if: runner.os == 'Windows'
run: |
python -m pip install --upgrade "pip<23.2.0"
python -m pip install --upgrade "pip<23"
- name: Install dependencies
run: |
Expand Down

0 comments on commit f0b105c

Please sign in to comment.