Skip to content

Commit

Permalink
🐛 remove .snakemake folder manually
Browse files Browse the repository at this point in the history
- disk space wasn't freed otherwise
- one global pimms environment next to a R environment might be the better solution.
  • Loading branch information
enryH committed Aug 7, 2024
1 parent 9cdcb6e commit d6661dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
run: |
conda clean -a -y
cd project
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
rm -r .snakemake
- name: Install website dependencies
run: |
pip install .[docs]
Expand Down

0 comments on commit d6661dc

Please sign in to comment.