Skip to content

Commit

Permalink
Go back to mamba (times out otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Feb 18, 2023
1 parent 76d9631 commit dc0629a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/snakemake-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,16 @@ jobs:
- name: Install snakemake (Linux)
if: runner.os == 'Linux'
run: |
#conda install -c conda-forge mamba=0.23.3
#rm -f /usr/share/miniconda/pkgs/cache/*.json # workaround from mamba-org/mamba#488
#mamba install -c bioconda snakemake=6.10.0
conda install -c bioconda snakemake=6.10.0
conda install -c conda-forge mamba=0.23.3
rm -f /usr/share/miniconda/pkgs/cache/*.json # workaround from mamba-org/mamba#488
mamba install -c bioconda snakemake=6.10.0
- name: Install snakemake (macOS)
if: runner.os == 'macOS'
run: |
#conda install -c conda-forge mamba=0.23.3
#mamba install -c bioconda snakemake=6.10.0
conda install -c bioconda snakemake=6.10.0
conda install -c conda-forge mamba=0.23.3
mamba install -c bioconda snakemake=6.10.0
- name: Run workflow
env:
BIOCONDUCTOR_USE_CONTAINER_REPOSITORY: true
Expand Down

0 comments on commit dc0629a

Please sign in to comment.