Skip to content

Commit

Permalink
forgot ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 15, 2025
1 parent ec55563 commit 452cd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup micromamba dev
if: ${{ matrix.openmm == 'dev' }}
uses: mamba-org/setup-micromamba
uses: mamba-org/setup-micromamba@2
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup micromamba
if: ${{ matrix.openmm != 'dev' }}
uses: mamba-org/setup-micromamba
uses: mamba-org/setup-micromamba@2
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
Expand Down

0 comments on commit 452cd5d

Please sign in to comment.