Skip to content

Commit 49ad056

Browse files
fixed a typo
1 parent a714a11 commit 49ad056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install -r tools/test-requirements.txt
2525
- name: Tox
26-
run: tox -e
26+
run: tox -e py
2727
coverage:
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)