Skip to content

Commit

Permalink
ci: conda strict channel priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jlanga committed May 17, 2024
1 parent c905f69 commit 4a61be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
~/.cache/pre-commit/
key: snakemake-conda-${{ env.CACHE_NUMBER }}

- name: Set up channel priority
run: conda config --set channel_priority strict

- name: Clean conda cache
run: conda clean --all --yes

Expand Down

0 comments on commit 4a61be6

Please sign in to comment.