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 4093dbc commit 4f802edCopy full SHA for 4f802ed
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
python -m pip install --upgrade pip
30
python -m pip install tox tox-gh
31
- name: Set up test suite
32
- run: python -m tox run -vv --notest --skip-missing-interpreters false
+ run: python -m tox run -vv --notest --skip-missing-interpreters true
33
env:
34
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
35
- name: Run test suite
0 commit comments