Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 3, 2023
1 parent 1fe37c0 commit a4dcc62
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.12"]
rdkit: [true]
openeye: [false]
python-version: ["3.9", "3.10", "3.11", "3.12"]
rdkit: [true, false]
openeye: [true, false]
exclude:
- rdkit: false
openeye: false
- openeye: true
python-version: "3.10"
- openeye: true
python-version: "3.11"
- openeye: true
python-version: "3.10"

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
Expand Down

0 comments on commit a4dcc62

Please sign in to comment.