Skip to content

Commit 08481b5

Browse files
committed
chore: re-enable julia nightly in ci
CI with nightlies were disabled earlier because of instabilities. It will be good to enable CI with julia nightlies back again, since #82 needs Downloads.jl version that's included only in the nightlies at the moment.
1 parent 0a68530 commit 08481b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
version:
1515
- '1.6'
1616
- '1' # automatically expands to the latest stable 1.x release of Julia
17+
- 'nightly'
1718
os:
1819
- ubuntu-latest
1920
arch:

0 commit comments

Comments
 (0)