We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f05e28 commit 77d2ff1Copy full SHA for 77d2ff1
.github/workflows/ci.yml
@@ -37,10 +37,11 @@ jobs:
37
sed -i -e "s/- python=.*/- python=$PYTHON_VERSION/g" environment.yml
38
39
- name: Create and activate env
40
- uses: mamba-org/provision-with-micromamba@v16
+ uses: mamba-org/setup-micromamba@v1
41
with:
42
- environment-name: lstio
43
environment-file: environment.yml
+ environment-name: lstio
44
+ init-shell: bash
45
cache-downloads: true
46
47
- name: Install
0 commit comments