Skip to content

Commit

Permalink
add check cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 25, 2020
1 parent 3185aeb commit 8cbc9ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
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
run: conda info --envs
#------------------------------------------------------------------------#
# Download pipelines and install
- name: install
Expand Down

0 comments on commit 8cbc9ae

Please sign in to comment.