From 5cbc365167e79634dc5d005864585955432ad3d5 Mon Sep 17 00:00:00 2001 From: Katherine Eaton Date: Wed, 22 Jul 2020 14:26:34 -0400 Subject: [PATCH] make conda envs path a global var --- .github/workflows/cache_test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cache_test.yaml b/.github/workflows/cache_test.yaml index c589314be..93723b167 100644 --- a/.github/workflows/cache_test.yaml +++ b/.github/workflows/cache_test.yaml @@ -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: @@ -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