From 9e324a687a47b52206d01b33170f1c83c40dd748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Tue, 1 Oct 2024 16:02:19 +0200 Subject: [PATCH] unpin mamba version in ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7861aa2..3993e32a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: python-version: "3.9" - mamba-version: "2.0.0" + mamba-version: "*" auto-update-conda: true activate-environment: htsinfer environment-file: environment-dev.yml @@ -60,7 +60,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: python-version: ${{ matrix.python-version }} - mamba-version: "2.0.0" + mamba-version: "*" auto-update-conda: true activate-environment: htsinfer environment-file: environment-dev.yml @@ -106,7 +106,7 @@ jobs: uses: conda-incubator/setup-miniconda@v2 with: python-version: ${{ matrix.python-version }} - mamba-version: "2.0.0" + mamba-version: "*" auto-update-conda: true activate-environment: htsinfer environment-file: environment-dev.yml