Skip to content

Commit ac44311

Browse files
authored
install mamba manually
1 parent e1ed761 commit ac44311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@ jobs:
7575
- name: Fix mamba
7676
run: |
7777
conda upgrade --strict-channel-priority -c conda-forge --all
78+
conda install -c conda-forge mamba
7879
7980
- name: Setup Conda environment
8081
uses: conda-incubator/setup-miniconda@v2
8182
with:
8283
python-version: ${{ matrix.python }}
83-
mamba-version: "*"
84+
#mamba-version: "*"
8485
channels: conda-forge,defaults
8586
channel-priority: true
8687
activate-environment: sage

0 commit comments

Comments
 (0)