Skip to content

Commit af8c104

Browse files
committed
Run only tox env matching current Python version
1 parent e31fd93 commit af8c104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install tox
5151
5252
- name: Test with Tox
53-
run: tox
53+
run: tox -e ${{ matrix.python-version }},lint
5454

5555
build-wheels:
5656
name: Build wheels

0 commit comments

Comments
 (0)