actions-marketplace-validations/Setup Julia environment

Setup a Julia environment and add it to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe Julia version to download (if necessary) and use. Use a string input to avoid unwanted decimal conversion e.g. 1.10 without quotes will be interpreted as 1.1. Examples: "1", "1.10", "lts", "pre"1
include-all-prereleasesInclude prereleases when matching the Julia version to available versions.nofalse
archArchitecture of the Julia binaries. Defaults to the architecture of the runner executing the job.nodefault
show-versioninfoDisplay InteractiveUtils.versioninfo() after installingnofalse
projectThe path to the project directory or file to use when resolving some versions (e.g. min)no""
namedescription
julia-versionThe installed Julia version. May vary from the version input if a version range was given as input.
julia-bindirPath to the directory containing the Julia executable. Equivalent to JULIA_BINDIR: https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_BINDIR