We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31fd93 commit af8c104Copy full SHA for af8c104
1 file changed
.github/workflows/test_and_publish.yml
@@ -50,7 +50,7 @@ jobs:
50
pip install tox
51
52
- name: Test with Tox
53
- run: tox
+ run: tox -e ${{ matrix.python-version }},lint
54
55
build-wheels:
56
name: Build wheels
0 commit comments