Skip to content

Commit

Permalink
CI: install Mamba as part of 'setup-miniconda' GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed May 12, 2023
1 parent a1d2977 commit 3b30fe9
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 @@ -46,6 +46,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
channels: conda-forge
mamba-version: "*"
channel-priority: flexible
auto-update-conda: true
show-channel-urls: true
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
run: |
set -vxeo pipefail
conda install mamba -n base -c conda-forge
# conda install mamba -n base -c conda-forge
mamba install -y \
python=${{ matrix.python-version }} \
Expand Down

0 comments on commit 3b30fe9

Please sign in to comment.