Skip to content

Commit 513df8d

Browse files
committed
mark jobs on nightlies to not fail ci
1 parent cb8e59d commit 513df8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727
arch: x64
2828
version: nightly
2929
experimental: true
30+
continue-on-error: true
3031
- os: ubuntu-latest
3132
arch: x86
3233
version: nightly
3334
experimental: true
35+
continue-on-error: true
3436
# test macOS and Windows with latest Julia only
3537
- os: macOS-latest
3638
arch: x64

0 commit comments

Comments
 (0)