Closed DilumAluthge closed 3 years ago
It would be great if we could support version: "1"
.
cc: @maleadt
cc: @ChrisRackauckas (who is trying to use this in NeuralPDE.jl)
cc: @saschamann (who might be able to help out, since this functionality already exists in the setup-julia
GitHub Action)
setup-julia
uses node-semver. It has a CLI but I don't know if you'd want to introduce that as dependency. If you only want to support 1
and 1.1
but not caret or tilde ranges, a simple bash script that splits the version and takes whatever is the highest that starts with 1
is probably enough.
If I try this:
I get this error (see e.g. this log):