Skip to content

Commit

Permalink
Migrate to setup-micromamba instead of provision-with-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Mar 21, 2024
1 parent 0dcac1f commit 2722852
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@ jobs:
ulimit -a
- name: Setup Conda via Mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env${{ matrix.jax }}.yaml
environment-name: test
condarc: |
channels:
- conda-forge
- defaults
channels: conda-forge,defaults
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Install package
Expand Down

0 comments on commit 2722852

Please sign in to comment.