Skip to content

Commit 77d2ff1

Browse files
committed
Use setup-micromamba action
1 parent 9f05e28 commit 77d2ff1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
3838
3939
- name: Create and activate env
40-
uses: mamba-org/provision-with-micromamba@v16
40+
uses: mamba-org/setup-micromamba@v1
4141
with:
42-
environment-name: lstio
4342
environment-file: environment.yml
43+
environment-name: lstio
44+
init-shell: bash
4445
cache-downloads: true
4546

4647
- name: Install

0 commit comments

Comments
 (0)