Skip to content

Commit

Permalink
make conda envs path a global var
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 22, 2020
1 parent 889d18b commit 5cbc365
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cache_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Cache Test
env:
EAGER_CONDA_ENV: "nf-core-eager-2.2.0dev"
EAGER_NF_REV: "7b51863957"
CONDA_ENVS_PATH: "/home/runner/miniconda/envs:/usr/share/miniconda/envs"

on:
push:
Expand All @@ -23,9 +24,6 @@ jobs:
# 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 5cbc365

Please sign in to comment.