Skip to content

Commit

Permalink
fix: use strict channel priorities (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jun 27, 2022
1 parent 65473cb commit 6419dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
conda install -c conda-forge mamba --quiet
export PATH="/usr/share/miniconda/bin:$PATH"
mamba create -c bioconda -c conda-forge --quiet -y --name snakemake snakemake-minimal pytest
conda config --set channel_priority strict
- name: Fetch master
if: github.ref != 'refs/heads/master'
Expand Down

0 comments on commit 6419dbf

Please sign in to comment.