Skip to content
Snippets Groups Projects
Commit 832a131c authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Use mamba-forge and mamba to install dependencies

parent a56d2f18
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,9 @@ jobs:
uses: conda-incubator/setup-miniconda@v2.0.1
with:
channels: conda-forge,bioconda,defaults
installer-url: https://github.com/conda-forge/miniforge/releases/download/4.11.0-0/Mambaforge-4.11.0-0-Linux-x86_64.sh
# Conda-incubator uses 'test' environment by default.
- name: install requirements
run: conda install -n test cromwell miniwdl wdl-aid
run: mamba install -n test cromwell miniwdl wdl-aid
- name: run linting
run: bash scripts/biowdl_lint.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment