Skip to content

Commit

Permalink
don't install nextstrain env
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Aug 12, 2020
1 parent 137b258 commit cd5b0a9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ jobs:
with:
path: /home/runner/miniconda/envs/plague-phylogeography-0.1.4dev
key: plague-phylogeography-env-${{ runner.os }}-${{ hashFiles('environment.yaml') }}

- name: cache nextstrain env
uses: actions/cache@v2
with:
path: /home/runner/miniconda/envs/nextstrain-8.0.0
key: nextstrain-env-${{ runner.os }}-${{ hashFiles('config/nextstrain.yaml') }}
#------------------------------------------------------------------------#
# Check conda environments
- name: check cache
Expand All @@ -93,8 +87,3 @@ jobs:
which nextflow
nextflow -v
conda deactivate
echo ${NEXTSTRAIN_CONDA_ENV}
conda activate ${NEXTSTRAIN_CONDA_ENV}
which auspice
auspice -v
conda deactivate

0 comments on commit cd5b0a9

Please sign in to comment.