Skip to content

Commit a098dd5

Browse files
authored
CI: Specify tox 'py' environment (#581)
1 parent 34b378d commit a098dd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ jobs:
3535
run: |
3636
python -m pip install tox
3737
- name: Run Tests
38-
env:
39-
# run against the current Python interpreter
40-
TOXENV: python
41-
run: tox
38+
run: tox -e py
4239
- uses: codecov/codecov-action@v3
4340
if: always()
4441
with:

0 commit comments

Comments
 (0)