Skip to content

Commit

Permalink
change env path after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 22, 2020
1 parent 82425bd commit 889d18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cache_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
# Checkout Repository
- name: checkout repo
uses: actions/checkout@v2
# Make conda envs and pkgs local
- name: make conda local
run: export CONDA_ENVS_PATH=/home/runner/miniconda/envs:/usr/share/miniconda/envs
# Setup conda
- name: setup conda
uses: goanpeca/setup-miniconda@v1
# Make conda envs and pkgs local
- name: make conda local
run: export CONDA_ENVS_PATH=/home/runner/miniconda/envs:/usr/share/miniconda/envs
# Cache and Restore the conda pkgs directory
# Only if the environment.yaml file changes
- name: cache conda packages
Expand Down

0 comments on commit 889d18b

Please sign in to comment.