Skip to content

Commit

Permalink
Expand test matrix
Browse files Browse the repository at this point in the history
Go for it
  • Loading branch information
mattwthompson committed Sep 4, 2024
1 parent a40cbad commit f9fe4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
rdkit: [true, false]
openeye: [true, false]
exclude:
- rdkit: false
openeye: false
- openeye: true
python-version: "3.11"
- openeye: true
python-version: "3.12"

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]
rdkit: [true, false]
openeye: [true, false]
exclude:
- rdkit: false
openeye: false
- rdkit: true
openeye: true

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

0 comments on commit f9fe4c6

Please sign in to comment.