mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 03:00:19 +00:00
Skip missing interpreters in the test workflow
This commit is contained in:
parent
4093dbcea6
commit
4f802ed0dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install tox tox-gh
|
||||
- name: Set up test suite
|
||||
run: python -m tox run -vv --notest --skip-missing-interpreters false
|
||||
run: python -m tox run -vv --notest --skip-missing-interpreters true
|
||||
env:
|
||||
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
|
||||
- name: Run test suite
|
||||
|
|
Loading…
Reference in a new issue