From cf1c956f64cdebc9eb43d4475b3fd9f19d6691e7 Mon Sep 17 00:00:00 2001 From: Jo Hausmann <35309108+johausmann@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:02:02 +0200 Subject: [PATCH] Update automated_tests.yml add mamba to conda-incubator --- .github/workflows/automated_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automated_tests.yml b/.github/workflows/automated_tests.yml index 9878af9..7f12de9 100644 --- a/.github/workflows/automated_tests.yml +++ b/.github/workflows/automated_tests.yml @@ -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 @@ -30,4 +31,4 @@ jobs: - name: Run tests run: | export NXF_VER=22.04.5 - make \ No newline at end of file + make