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 a714a11 commit 49ad056Copy full SHA for 49ad056
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install -r tools/test-requirements.txt
25
- name: Tox
26
- run: tox -e
+ run: tox -e py
27
coverage:
28
runs-on: ubuntu-latest
29
steps:
0 commit comments