Skip to content

Commit 32ef67b

Browse files
authored
Update CI.yaml
1 parent 88d99df commit 32ef67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test on py${{ matrix.python-version }}/${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22-
fail-fast: true
22+
fail-fast: false
2323
matrix:
2424
os: [macOS-latest, ubuntu-latest]
2525
python-version: [3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)