Skip to content

Commit

Permalink
Merge pull request #359 from openforcefield/fix-micromamba-ci
Browse files Browse the repository at this point in the history
Fix CI failures by changing micromamba action settings
  • Loading branch information
j-wags committed Sep 18, 2024
2 parents 4f7b8f8 + d1876c6 commit 5969d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: ${{ matrix.openeye == true }}
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 All @@ -48,6 +49,7 @@ jobs:
if: ${{ matrix.openeye == false }}
uses: mamba-org/setup-micromamba@v1
with:
micromamba-binary-path: ~/.local/bin/micromamba
environment-file: devtools/conda-envs/no_openeye.yaml
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 5969d8a

Please sign in to comment.