conda-incubator/setup-conda-standalone

Download and set up a conda-standalone binary.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 7, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: conda-incubator/setup-conda-standalone@00a34805e93a8b640aee5f8a20e8f481ad77e3b4 # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
build-stringThe build string of the conda-standalone build. Wildcards are supported, for example, `'*onedir*'` to filter all builds containing the string `onedir`.
channelThe channel to download conda-standalone from via the Anaconda API. Must be set if `download-url` is not used.
conda-standalone-versionVersion of conda-standalone to install when using the Anaconda API. Must use the format `<major>.<minor>.<patch>` and may contain post-release numbers (such as `25.5.1.post1`). Downloads the latest version by default. latest
destination-directoryThe directory to download conda-standalone into. yes
download-urlThe URL to download conda-standalone from instead of using the Anaconda API. Must be set if `channel` is not used.
set-envWhether to export the conda-standalone location as an environment variable. true
platformThe platform of the conda-standalone binary if different from the host platform.

no outputs