actions-marketplace-validations/Configure conda

Installs and configures conda.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 8, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/pyrunit_conda-setup-action@29c8cc6086406204287cfc7d88eb9f45727cd51e # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
initializeShellIndicates if the shell should be initialized. This should be done the first time this action runs in a workernotrue
condaFileConda file for the environment to create, if any.no""
envNameName of the environemnt to create, if any. This name is used if a name is also indicated in `condaFile`no""
activateInidicates if the environment has to be activated. If no environment is provided, this affects the `base` environment.nofalse
pythonVersionVersion of Python to use. If indicated at `condaFile`, then that one is used.no3.8

no outputs