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.
1 parent d2ddf7d commit 54b1698Copy full SHA for 54b1698
1 file changed
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
name: "Test ${{ matrix.pm }} on ${{ matrix.os }}"
16
runs-on: "${{ matrix.os }}-latest"
17
strategy:
18
+ fail-fast: false
19
matrix:
20
pm: ["pip", "conda", "nix"]
21
os: ["ubuntu", "macos", "windows"]
0 commit comments