From 01e6035ee113586ff3059323b1862eb5a5ddfc6c Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:19:53 -0700 Subject: [PATCH] Set fail-fast to false Do not cancel other jobs if one fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 100a345b..17158cb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: build: runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: python: ['3.9', '3.10'] os: ['ubuntu-22.04']