Skip to content

Commit

Permalink
v2 not 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jan 15, 2025
1 parent 452cd5d commit 0d62696
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@2
uses: mamba-org/setup-micromamba@v2
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@2
uses: mamba-org/setup-micromamba@v2
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
Expand Down

0 comments on commit 0d62696

Please sign in to comment.