From 519c51d6abaf73f5d471cedcc8bf8f0b59e24ee4 Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Wed, 9 Aug 2023 11:00:40 +0200 Subject: [PATCH] test Mamba v1.4.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be459742..61b1d068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: auto-update-conda: false python-version: ${{ matrix.python-version }} miniconda-version: "latest" - mamba-version: "1.4.3" + mamba-version: "1.4.4" channels: conda-forge,bioconda channel-priority: true auto-activate-base: false