Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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