Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 27, 2023
1 parent 1394c9e commit 708cfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
python -m pip install setuptools tox tox-gh-actions
- name: Limit pip for windows
if: runner.os == "Windows"
if: runner.os == 'Windows'
run: |
pip install --ugrade "pip<23.2.0"
pip install --upgrade "pip<23.2.0"
# this runs the platform-specific tests declared in tox.ini
- name: Test with tox
Expand Down

0 comments on commit 708cfae

Please sign in to comment.