Skip to content

Commit aa9266b

Browse files
authored
chore: re-enable julia nightly in ci (#83)
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 aa9266b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
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)