From 2f5a097138c9d0ad111fb385d410f2c2bedf5f45 Mon Sep 17 00:00:00 2001 From: Charlie Denton Date: Tue, 13 Feb 2024 13:45:11 +0000 Subject: [PATCH] Fail in CI when Python version not found --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c94e31a..46d9573 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -50,6 +50,6 @@ jobs: run: make install - name: Run the tests - run: tox --parallel --parallel-no-spinner + run: tox --parallel --parallel-no-spinner --skip-missing-interpreters=false env: DATABASE_URL: postgres://postgres:postgres@localhost/django_integrity