-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrite cached-miniforge to avoid `mamba update` There is an awkward edge case when the update env explicitly specifies a range of python versions that this can override the python version specified as an argument to `conda-incubator/setup-miniconda`; although the update approach is suggested in that action's docs for caching an env, the approach here is safer. A new input variable is introduced to store the location of the env, but the old `miniforge-activate-environment` can still be specified for backwards compatibility (although what happens under the hood has changed). * Add a bit of verbosity to the `write-environment` action
- Loading branch information
Showing
2 changed files
with
75 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters