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

Commit

Permalink
Pin tox low such that -e x{y,z} syntax via shell expansion works.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed May 30, 2024
1 parent 55d001c commit 06e66ac
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 @@ -50,7 +50,7 @@ jobs:
ENSUREPIP: no
with:
default: "${{ join(matrix.python-version, '.') }}"
command: pip install -U tox
command: pip install -U "tox<4"
- name: Run Integration Tests
run: 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 06e66ac

Please sign in to comment.