Skip to content

Commit 4972c1c

Browse files
authored
Merge pull request #176 from dstansby/no-fail-fast
Don't fail fast in CI
2 parents e105fed + b3fdab7 commit 4972c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
name: ${{ matrix.platform }} py${{ matrix.python-version }}
1818
runs-on: ${{ matrix.platform }}
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
platform: [ubuntu-latest, macos-latest, windows-latest]
2223
python-version: ['3.8', '3.9', '3.10']

0 commit comments

Comments
 (0)