Skip to content

Commit

Permalink
ci tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 30, 2023
1 parent 0af1598 commit f294279
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
rdkit-version: ["2023.03", "2023.09"]
# NOTE(hadim): temporary for pixi testing
# python-version: ["3.10", "3.11"]
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# rdkit-version: ["2023.03", "2023.09"]
python-version: ["3.11"]
os: ["ubuntu-latest"]
rdkit-version: ["2023.09"]

runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down

0 comments on commit f294279

Please sign in to comment.