From 569fb865e8dcd15725c7447c56e976aac637a432 Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Thu, 23 Nov 2023 14:17:28 +0200 Subject: [PATCH] Remove buster variants, turn off fail-fast --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5ed306..3c5408a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,10 @@ jobs: build-no-wheelhouse: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python_version: ["3.10", "3.9", "3.8", "3.7"] - variant: [buster, bullseye] + variant: [bullseye] test_project: [django2] env: TAG: py${{ matrix.python_version }}-${{ matrix.variant }}