Skip to content

Commit

Permalink
rebuild env cache with new names
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 24, 2020
1 parent b08b706 commit bdcedfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@ jobs:
with:
path: |
/home/runner/miniconda/envs/nf-core-eager-2.2.0dev
key: eager-env-cache-${{ runner.os }}-test2-${{ hashFiles('./nf-core-eager.yaml') }}
key: eager-env-${{ runner.os }}-${{ hashFiles('./nf-core-eager.yaml') }}

- name: cache plague-phylogeography env
uses: actions/cache@v2
id: plague-phylogeography-env-cache
with:
path: |
/home/runner/miniconda/envs/plague-phylogeography-0.1.4dev
key: plague-phylogeography-env-cache-${{ runner.os }}-test2-${{ hashFiles('./plague-phylogeography.yaml') }}
key: plague-phylogeography-env-${{ runner.os }}-${{ hashFiles('./plague-phylogeography.yaml') }}

- name: cache nextstrain env
uses: actions/cache@v2
id: nextstrain-env-cache
with:
path: |
/home/runner/miniconda/envs/nextstrain-8.0.0
key: nextstrain-env-cache-${{ runner.os }}-test2-${{ hashFiles('./nextstrain.yaml') }}
key: nextstrain-env-${{ runner.os }}-${{ hashFiles('./nextstrain.yaml') }}

#------------------------------------------------------------------------#
# create conda environments (if not restored)
Expand Down

0 comments on commit bdcedfa

Please sign in to comment.