From 45a7f6e480dd56ff5b021566270bd6a2ef2cac4a Mon Sep 17 00:00:00 2001 From: Dmitri Gavrilov Date: Sat, 14 Oct 2023 23:19:31 -0400 Subject: [PATCH] CI: fix --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6009979c..acaa4e97 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -52,6 +52,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: + miniforge-variant: Mambaforge channels: conda-forge channel-priority: flexible auto-update-conda: true @@ -83,7 +84,7 @@ jobs: run: | set -vxeo pipefail - conda install -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*' + # conda install -y -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*' ${{ matrix.conda-mamba }} install -y \ python=${{ matrix.python-version }} \