From c04c74b96562f9356800225ea53d5d4a8a986919 Mon Sep 17 00:00:00 2001 From: Sergey Koren Date: Thu, 26 Sep 2024 09:56:40 -0400 Subject: [PATCH] try fix conda --- .github/workflows/makefile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index a2ab1740..72cea2c4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -36,7 +36,8 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true - mamba-version: "*" + miniforge-version: latest + use-mamba: true channels: conda-forge,bioconda python-version: 3.11