Skip to content

Commit

Permalink
Migrate to setup-micromamba (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Jun 11, 2023
1 parent 675d723 commit 57ece43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pysteps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
python-version: ${{ matrix.python-version }}

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

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

0 comments on commit 57ece43

Please sign in to comment.