Skip to content

Commit

Permalink
try to cache conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 11, 2020
1 parent 7c03bd7 commit 3e04132
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
uses: eWaterCycle/setup-singularity@v3
with:
singularity-version: 3.6.3
#------------------------------------------------------------------------#
- name: cache conda env
uses: actions/cache@v2
with:
path: .snakemake/conda/
key: plague-phylogeography-conda-${{ runner.os }}-${{ hashFiles('workflow/envs/main/main.yaml') }}
# install pipeline container
- name: install container
run: |
Expand Down

0 comments on commit 3e04132

Please sign in to comment.