Skip to content

Commit

Permalink
Merge pull request #181 from openforcefield/fix-micromamba-ci
Browse files Browse the repository at this point in the history
Fix micromamba CI
  • Loading branch information
j-wags committed Sep 18, 2024
2 parents 1e90bc0 + 5c6b69b commit 6be2ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Set up conda environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-binary-path: ~/.local/bin/micromamba
environment-file: devtools/conda-envs/test_env.yaml
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 6be2ee4

Please sign in to comment.