Skip to content

Commit

Permalink
don't install auspice globally
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 22, 2020
1 parent 52fa974 commit c739960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
conda env create -f ~/.nextflow/assets/ktmeaton/plague-phylogeography/config/nextstrain.yaml
conda activate ${NEXTSTRAIN_CONDA_ENV}
npm install --global auspice@${AUSPICE_VER}
npm install auspice@${AUSPICE_VER}
conda deactivate
#------------------------------------------------------------------------#
# Test conda environments #
Expand Down

0 comments on commit c739960

Please sign in to comment.