Skip to content

Commit 4f802ed

Browse files
committed
Skip missing interpreters in the test workflow
1 parent 4093dbc commit 4f802ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install tox tox-gh
3131
- name: Set up test suite
32-
run: python -m tox run -vv --notest --skip-missing-interpreters false
32+
run: python -m tox run -vv --notest --skip-missing-interpreters true
3333
env:
3434
TOX_GH_MAJOR_MINOR: ${{ matrix.python }}
3535
- name: Run test suite

0 commit comments

Comments
 (0)