From 4f802ed0ddeffce7a073657e174ad4010a07b976 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sun, 20 Oct 2024 23:10:03 -0400 Subject: [PATCH] Skip missing interpreters in the test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5003c4..8a8c51c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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