We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e105fed + b3fdab7 commit 4972c1cCopy full SHA for 4972c1c
.github/workflows/test_and_deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
name: ${{ matrix.platform }} py${{ matrix.python-version }}
18
runs-on: ${{ matrix.platform }}
19
strategy:
20
+ fail-fast: false
21
matrix:
22
platform: [ubuntu-latest, macos-latest, windows-latest]
23
python-version: ['3.8', '3.9', '3.10']
0 commit comments