Update CI workflow to use latest actions versions#171
Merged
ViralBShah merged 4 commits intomasterfrom Nov 4, 2025
Merged
Conversation
Set JULIA_NUM_THREADS environment variable to '1'.
Collaborator
|
Would be nice to update the README with the julia version compatibility. |
Collaborator
|
Actually, thinking about this a little more, now that we only test on 1.10 and above, should the Julia bounds in Project.toml be changed to reflect this? |
Member
Author
|
We can still add back 1.6 in the tests - and that works fine I believe. Changing the julia version bound was problematic as it needed some changes on Taro.jl etc. but perhaps all of those are worth a quick refresh. The right thing to do would be to add 1.6 as a julia version requirement and add |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@mkitti @aviks I am forcing tests to run with 1 thread.
Given that tests pass, is it ok to register this version?