Skip to content

Commit 67d8690

Browse files
committed
restrict env in tox command
1 parent fef3fcd commit 67d8690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install tox
3636
3737
- name: Run tests with Tox
38-
run: tox
38+
run: tox -e ${{ matrix.python-version }}
3939

4040
coverage:
4141
environment:

0 commit comments

Comments
 (0)