Skip to content

Commit

Permalink
exclude Windows and the all backends option for CI (since Windows doe…
Browse files Browse the repository at this point in the history
…sn't support graph-tool)
  • Loading branch information
Jnelen committed Mar 6, 2024
1 parent 41a8a4c commit 228c88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
exclude:
# graph-tools does not work on Windows
- {os: "windows-latest", graphlib: "gt"}
- {os: "windows-latest", graphlib: "all"}
- {graphlib: "all", chemlib: "obabel"}
include:
- {os: "macOS-14", graphlib: "gt", chemlib: "obabel", python-version: "3.12"}
Expand Down

0 comments on commit 228c88b

Please sign in to comment.