mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
add openeye w/ python 3.13 test to CI (#1745)
* add openeye w/ python 3.13 test to CI * only run openeye on unbuntu w/ python 3.13 * add explicit openeye no
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -36,17 +36,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "macos-latest"]
|
||||
openeye: ["no"]
|
||||
python-version:
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
openeye: ["no"]
|
||||
include: # NOTE: openeye does not yet support 3.13.
|
||||
include:
|
||||
- os: "ubuntu-latest"
|
||||
python-version: "3.11"
|
||||
openeye: "yes"
|
||||
- os: "macos-latest"
|
||||
python-version: "3.12"
|
||||
python-version: "3.13"
|
||||
openeye: "yes"
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user