From 489fe78b376906787258a86311ccaba542e957da Mon Sep 17 00:00:00 2001 From: Riley Clement Date: Thu, 25 Apr 2024 20:31:57 +1000 Subject: [PATCH] turning off fail fast for GH action --- .github/workflows/python-tox.yml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/python-tox.yml b/.github/workflows/python-tox.yml index 32cce35..1ec2f46 100644 --- a/.github/workflows/python-tox.yml +++ b/.github/workflows/python-tox.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: python-version: ["3.11", "3.12"] + fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index 831e688..8cef605 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ isolated_build = True [gh-actions] python = + 3.11: py311 3.12: py312 [testenv:testnb]