Skip to content

Commit

Permalink
🐛 clean-up environments to free disk space
Browse files Browse the repository at this point in the history
- out-of-memory in GitHub runner
  • Loading branch information
enryH committed Aug 7, 2024
1 parent 99797a0 commit b1bb2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
run: |
cd project
snakemake -s workflow/Snakefile_ald_comparison.smk --configfile config/alzheimer_study/comparison.yaml -p -c4 --use-conda
- name: clean-up environments and pkg cache
run: |
conda clean -a -y
snakemake -s workflow/Snakefile_v2.smk --configfile config/alzheimer_study/config.yaml -c1 --conda-cleanup-envs
snakemake -s workflow/Snakefile_ald_comparison.smk --configfile config/alzheimer_study/comparison.yaml -c1 --conda-cleanup-envs
- name: Install website dependencies
run: |
pip install .[docs]
Expand Down

0 comments on commit b1bb2ce

Please sign in to comment.