From 2d816dea53ca9614c54eafff3c9083b7533936a3 Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Fri, 22 Nov 2024 12:01:15 -0800 Subject: [PATCH] don't let failure in one matrix test cause other tests to fail --- .github/workflows/test_through_configure.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_through_configure.yml b/.github/workflows/test_through_configure.yml index 45e10926..2accf801 100644 --- a/.github/workflows/test_through_configure.yml +++ b/.github/workflows/test_through_configure.yml @@ -5,6 +5,7 @@ on: jobs: test-macos-through-configure: strategy: + fail-fast: false matrix: python_version: ["3.9", "3.10", "3.11", "3.12"] operating_sysem: ["macos-12", "macos-13", "macos-14", "macos-15"] @@ -90,7 +91,7 @@ jobs: - name: Install awscli run: | - sudo apt-get install -y awscli + sudo apt install -y awscli - name: Run AWS configure run: |