We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d99df commit 32ef67bCopy full SHA for 32ef67b
.github/workflows/CI.yaml
@@ -19,7 +19,7 @@ jobs:
19
name: Test on py${{ matrix.python-version }}/${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
21
strategy:
22
- fail-fast: true
+ fail-fast: false
23
matrix:
24
os: [macOS-latest, ubuntu-latest]
25
python-version: [3.7, 3.8, 3.9]
0 commit comments