actions-marketplace-validations/Configure conda
Installs and configures conda.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 8, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/pyrunit_conda-setup-action@29c8cc6086406204287cfc7d88eb9f45727cd51e # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| initializeShell | Indicates if the shell should be initialized. This should be done the first time this action runs in a worker | no | true |
| condaFile | Conda file for the environment to create, if any. | no | "" |
| envName | Name of the environemnt to create, if any. This name is used if a name is also indicated in `condaFile` | no | "" |
| activate | Inidicates if the environment has to be activated. If no environment is provided, this affects the `base` environment. | no | false |
| pythonVersion | Version of Python to use. If indicated at `condaFile`, then that one is used. | no | 3.8 |
Outputs
no outputs