Add goanpeca/setup-miniconda

This is used to install Miniconda environments. If a new Python section header is eventually created, it should go there.
This commit is contained in:
Henry Schreiner 2020-02-05 16:16:55 -05:00 committed by GitHub
parent f29ced52b1
commit 62bff62108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Create an envfile](https://github.com/SpicyPizza/create-envfile) - [Create an envfile](https://github.com/SpicyPizza/create-envfile)
- [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions)
- [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env)
- [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda)
#### Dependencies #### Dependencies