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 e083e0f commit e619638Copy full SHA for e619638
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Test (${{ matrix.os }}, julia ${{ matrix.jlversion }})
16
runs-on: ${{ matrix.os }}
17
strategy:
18
- fail-fast: true
+ fail-fast: false
19
matrix:
20
arch: [x64] # x86 unsupported by MicroMamba
21
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -53,7 +53,7 @@ jobs:
53
name: Test (${{ matrix.os }}, python ${{ matrix.pyversion }})
54
55
56
57
58
59
pyversion: [">=3.8", "3.8"]
0 commit comments