From 5ad929a7d1c6a9a73b20bdc3297bdf0e6fc61fb6 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Fri, 20 Oct 2023 19:53:10 -0500 Subject: [PATCH] MAINT: Look in OpenMM RC channel for Python 3.12 support --- .github/workflows/ci.yaml | 2 +- devtools/conda-envs/test_env.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 245b765..6c94b90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 conda-forge -yq - name: Verify OpenMM is not installed when not expected if: ${{ matrix.openmm == 'false' }} diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 8602cb6..cdc163d 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -1,7 +1,6 @@ name: openff-units-test channels: - conda-forge - - defaults dependencies: - python - pip