Skip to content

Commit

Permalink
Switch to provision-with-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 7, 2023
1 parent e4d0092 commit e3fb431
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ 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
channels: conda-forge,defaults
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Install package
Expand Down Expand Up @@ -107,12 +105,10 @@ jobs:
uses: actions/checkout@v4

- 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.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
- name: Install linter and formatter
Expand Down

0 comments on commit e3fb431

Please sign in to comment.