Skip to content

Commit

Permalink
migrate to mamba-org/setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 15, 2025
1 parent 97526f2 commit ec55563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@ jobs:
- name: Setup micromamba dev
if: ${{ matrix.openmm == 'dev' }}
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: jaimergp/label/unsupported-cudatoolkit-shim,conda-forge/label/openmm_dev,conda-forge,openeye
channel-priority: flexible
cache-env: true
cache-downloads: true
extra-specs: |
create-args: >-
python==${{ matrix.python-version }}
openmmtools==0.23.0
openmm==8.0.0dev3
- name: Setup micromamba
if: ${{ matrix.openmm != 'dev' }}
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
cache-env: true
cache-downloads: true
extra-specs: |
create-args: >-
python==${{ matrix.python-version }}
openmm==${{ matrix.openmm }}
Expand Down

0 comments on commit ec55563

Please sign in to comment.