Skip to content

Commit f35792b

Browse files
committed
address unhappy mamba people
1 parent 15325e7 commit f35792b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Install Conda environment with Micromamba
31-
uses: mamba-org/setup-micromamba@v1
31+
uses: mamba-org/setup-micromamba@v2
3232
with:
33-
micromamba-version: '1.5.5-0'
3433
environment-name: voila
3534
create-args: >-
3635
python=${{ matrix.python_version }}
@@ -91,9 +90,8 @@ jobs:
9190
- uses: actions/checkout@v4
9291

9392
- name: Install Conda environment with Micromamba
94-
uses: mamba-org/setup-micromamba@v1
93+
uses: mamba-org/setup-micromamba@v2
9594
with:
96-
micromamba-version: '1.5.5-0'
9795
environment-name: voila
9896
create-args: >-
9997
python=${{ matrix.python_version }}

0 commit comments

Comments
 (0)