From 062e5e07d5ea17dae43768736f0b549ced05a66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Tue, 3 Dec 2024 10:58:20 +0100 Subject: [PATCH] don't use mamba --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 254822a38..001c52b4a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - run: docker info - name: Build images run: | - mulled-build-files --check-published --singularity --namespace $MULLED_NAMESPACE --use-mamba build-and-test ./combinations --verbose + mulled-build-files --check-published --singularity --namespace $MULLED_NAMESPACE build-and-test ./combinations --verbose - name: Upload images (if pushed to master branch) if: github.ref == 'refs/heads/master' && github.repository_owner == 'BioContainers' env: