Skip to content

Commit

Permalink
CI: Specify tox 'py' environment (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 3, 2023
1 parent 34b378d commit a098dd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
run: |
python -m pip install tox
- name: Run Tests
env:
# run against the current Python interpreter
TOXENV: python
run: tox
run: tox -e py
- uses: codecov/codecov-action@v3
if: always()
with:
Expand Down

0 comments on commit a098dd5

Please sign in to comment.