Skip to content

Commit

Permalink
chore: re-enable julia nightly in ci
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tanmaykm committed Sep 24, 2024
1 parent 0a68530 commit 08481b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
version:
- '1.6'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down

0 comments on commit 08481b5

Please sign in to comment.