Skip to content

Commit

Permalink
don't let failure in one
Browse files Browse the repository at this point in the history
matrix test cause other
tests to fail
  • Loading branch information
pyth0n1c committed Nov 22, 2024
1 parent 6f5ee02 commit 2d816de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_through_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 2d816de

Please sign in to comment.