Skip to content

Commit

Permalink
provision with micromamba deprecated (#421)
Browse files Browse the repository at this point in the history
* provision with micromamba deprecated, see `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba`

* update `extra-arg`
  • Loading branch information
Mikejmnez authored Feb 26, 2024
1 parent 0a39647 commit 6c8ed3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
- uses: actions/checkout@v4

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v16
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment.yml
environment-name: oceanspy_test
channels: conda-forge
cache-env: true
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
cache-environment: true

- name: Set up conda environment
run: |
Expand Down

0 comments on commit 6c8ed3e

Please sign in to comment.