Skip to content

Commit 2d816de

Browse files
committed
don't let failure in one
matrix test cause other tests to fail
1 parent 6f5ee02 commit 2d816de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_through_configure.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
jobs:
66
test-macos-through-configure:
77
strategy:
8+
fail-fast: false
89
matrix:
910
python_version: ["3.9", "3.10", "3.11", "3.12"]
1011
operating_sysem: ["macos-12", "macos-13", "macos-14", "macos-15"]
@@ -90,7 +91,7 @@ jobs:
9091
9192
- name: Install awscli
9293
run: |
93-
sudo apt-get install -y awscli
94+
sudo apt install -y awscli
9495
9596
- name: Run AWS configure
9697
run: |

0 commit comments

Comments
 (0)