Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed May 30, 2024
1 parent 5e41d98 commit 0c74793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
which python
python -V
python <(curl -sSL https://bootstrap.pypa.io/pip/${{ matrix.python-version[0] }}.-${{ matrix.python-version[1] }}/get-pip.py)
python <(curl -fSL https://bootstrap.pypa.io/pip/${{ matrix.python-version[0] }}.${{ matrix.python-version[1] }}/get-pip.py)
python -m pip install -U "tox<4"
python -m tox -e py${{ matrix.python-version[0] }}${{ matrix.python-version[1] }}-int-${{ matrix.it-selector }}-pex1.6
integration-tests-37-312:
Expand Down

0 comments on commit 0c74793

Please sign in to comment.