Skip to content

Commit 92e4fc1

Browse files
committed
[dist] Avoid forcing tox env in command
1 parent 98bf1be commit 92e4fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
- name: Test with tox
3737
run: |
38-
tox -e py
38+
tox
3939
env:
4040
TOXENV: ${{ steps.toxenv.outputs.toxenv }}
4141
- name: Report to Coveralls

0 commit comments

Comments
 (0)