Skip to content

Commit

Permalink
Update automated_tests.yml
Browse files Browse the repository at this point in the history
add mamba to conda-incubator
  • Loading branch information
johausmann authored Oct 26, 2023
1 parent 585df50 commit cf1c956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automated_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
java-version: '11'
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
auto-update-conda: true
channels: conda-forge,bioconda,defaults
- name: Install dependencies
Expand All @@ -30,4 +31,4 @@ jobs:
- name: Run tests
run: |
export NXF_VER=22.04.5
make
make

0 comments on commit cf1c956

Please sign in to comment.