Skip to content

Commit

Permalink
Update conda installation step in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Sep 27, 2024
1 parent f5746f4 commit cc8b597
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snakemake-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ jobs:
cat .Renviron
Rscript -e "install.packages('BiocManager'); BiocManager::install('GenomeInfoDbData')"
- name: Set up Miniconda
- name: Set up conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
channels: bioconda,conda-forge,defaults
channels: bioconda,conda-forge,nodefaults
channel-priority: strict
auto-activate-base: true
miniforge-version: latest

- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit cc8b597

Please sign in to comment.