diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index ef91eb5..6ea6907 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -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