Skip to content

Commit

Permalink
Specify channels in miniconda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 2, 2024
1 parent 8c6c80f commit a1e0902
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/snakemake-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2.2.0

with:
auto-update-conda: true
channels: bioconda,conda-forge,defaults
channel-priority: strict

- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
Expand All @@ -71,7 +75,7 @@ jobs:
- name: Install Snakemake (macOS)
if: runner.os == 'macOS'
run: |
conda install -c bioconda snakemake
conda install snakemake
- name: Run Snakemake (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit a1e0902

Please sign in to comment.