Skip to content

Commit

Permalink
MAINT: Look in OpenMM RC channel for Python 3.12 support
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
mattwthompson committed Oct 21, 2023
1 parent ac87eeb commit 1368aba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Optionally install OpenMM
if: ${{ matrix.openmm == 'true' }}
run: |
micromamba install "openmm >=7.6" -c conda-forge -yq
micromamba install "openmm >=7.6" -c conda-forge/label/openmm_rc -c conda-forge -yq
- name: Verify OpenMM is not installed when not expected
if: ${{ matrix.openmm == 'false' }}
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: openff-units-test
channels:
- conda-forge
- defaults
dependencies:
- python
- pip
Expand Down

0 comments on commit 1368aba

Please sign in to comment.