Skip to content

Commit 9a07aef

Browse files
committed
fix.
1 parent f067f1c commit 9a07aef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
cancel-in-progress: true
77

88
env:
9-
CONDA_EXE: micromamba
9+
CONDA_EXE: mamba
1010

1111
on:
1212
push:
@@ -40,6 +40,7 @@ jobs:
4040
- conda-forge
4141
create-args: >-
4242
python=${{ matrix.python-version }}
43+
mamba
4344
tox-conda
4445
cache-environment: true
4546

0 commit comments

Comments
 (0)