Skip to content

Commit

Permalink
see if tests pass on older macoses
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Nov 13, 2024
1 parent 9ed23ef commit 6ca2ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
os: [macos-12, macos-13, macos-15]
python-version: ["3.10"]
rdkit: [true, false]
openeye: [true, false]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- cached-property
- xmltodict
- python-constraint
- openmm =8.1
- openmm >=7.6
- openff-forcefields >=2023.05.1
- smirnoff99Frosst
- openff-units =0.2.0
Expand Down

0 comments on commit 6ca2ad7

Please sign in to comment.