Skip to content

Commit 57ece43

Browse files
authored
Migrate to setup-micromamba (#331)
1 parent 675d723 commit 57ece43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_pysteps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535

3636
- name: Install mamba and create environment
37-
uses: mamba-org/provision-with-micromamba@main
37+
uses: mamba-org/setup-micromamba@v1
3838
with:
3939
environment-file: ci/ci_test_env.yml
4040
environment-name: test_environment
41-
extra-specs: python=${{ matrix.python-version }}
41+
create-args: python=${{ matrix.python-version }}
4242

4343
- name: Install pygrib (not win)
4444
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)