Skip to content

Commit b575786

Browse files
committed
Fiddle with tests matrix.
1 parent a88b2c9 commit b575786

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
session: ["tests", "doctests-docs", "doctests-api"]
29-
python-version: ["3.10", "3.11", "3.12", "3.13"]
29+
python_version: ["3.10", "3.11", "3.12", "3.13"]
30+
exclude:
31+
- session: "doctests-docs"
32+
- python-version: ["3.10", "3.11", "3.12"]
33+
exclude:
34+
- session: "doctests-api"
35+
- python-version: ["3.10", "3.11", "3.12"]
36+
3037
defaults:
3138
run:
3239
shell: bash -l {0}

0 commit comments

Comments
 (0)