Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Oct 15, 2023
1 parent fc9cbb2 commit 45a7f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }} \
Expand Down

0 comments on commit 45a7f6e

Please sign in to comment.