diff options
Diffstat (limited to '.github/workflows/python-tests.yml')
| -rw-r--r-- | .github/workflows/python-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index c5ab4dd5..eb750a45 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -63,7 +63,7 @@ jobs: - name: 'Initialize tox envs: ${{ matrix.env.TOXENV }}' run: | - python -m tox --parallel auto --notest + python -m tox --parallel auto --notest --skip-missing-interpreters false env: ${{ matrix.env }} - name: Test with tox run: | |
