We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675d723 commit 57ece43Copy full SHA for 57ece43
.github/workflows/test_pysteps.yml
@@ -34,11 +34,11 @@ jobs:
34
python-version: ${{ matrix.python-version }}
35
36
- name: Install mamba and create environment
37
- uses: mamba-org/provision-with-micromamba@main
+ uses: mamba-org/setup-micromamba@v1
38
with:
39
environment-file: ci/ci_test_env.yml
40
environment-name: test_environment
41
- extra-specs: python=${{ matrix.python-version }}
+ create-args: python=${{ matrix.python-version }}
42
43
- name: Install pygrib (not win)
44
if: matrix.os != 'windows-latest'
0 commit comments