conda-incubator/setup-conda-standalone
Download and set up a conda-standalone binary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- BSD
Pinned Snippet
uses: conda-incubator/setup-conda-standalone@00a34805e93a8b640aee5f8a20e8f481ad77e3b4 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-string | The build string of the conda-standalone build. Wildcards are supported, for example, `'*onedir*'` to filter all builds containing the string `onedir`. | — | — |
| channel | The channel to download conda-standalone from via the Anaconda API. Must be set if `download-url` is not used. | — | — |
| conda-standalone-version | Version 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-directory | The directory to download conda-standalone into. | yes | — |
| download-url | The URL to download conda-standalone from instead of using the Anaconda API. Must be set if `channel` is not used. | — | — |
| set-env | Whether to export the conda-standalone location as an environment variable. | — | true |
| platform | The platform of the conda-standalone binary if different from the host platform. | — | — |
Outputs
no outputs