Skip to content

Commit

Permalink
chore: re-enable julia nightly in ci (#83)
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 authored Sep 24, 2024
1 parent 0a68530 commit aa9266b
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

2 comments on commit aa9266b

@tanmaykm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/115848

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.26 -m "<description of version>" aa9266bb463c24e5f45c801a3148871bb262bb5a
git push origin v0.1.26

Please sign in to comment.