From 62bff6210881cbd5af10d62e6d221ecf165baeb8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 5 Feb 2020 16:16:55 -0500 Subject: [PATCH] Add goanpeca/setup-miniconda This is used to install Miniconda environments. If a new Python section header is eventually created, it should go there. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b260190..0ccc9d0 100644 --- a/README.md +++ b/README.md @@ -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) - [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) +- [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda) #### Dependencies