Skip to content

Commit 942c389

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

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,25 @@ jobs:
2727
matrix:
2828
session: ["tests", "doctests-docs", "doctests-api"]
2929
python-version: ["3.10", "3.11", "3.12", "3.13"]
30+
exclude:
31+
- session: "docstests-docs"
32+
python-version: "3.10"
33+
exclude:
34+
- session: "docstests-docs"
35+
python-version: "3.11"
36+
exclude:
37+
- session: "docstests-docs"
38+
python-version: "3.12"
39+
exclude:
40+
- session: "docstests-api"
41+
python-version: "3.10"
42+
exclude:
43+
- session: "docstests-api"
44+
python-version: "3.11"
45+
exclude:
46+
- session: "docstests-api"
47+
python-version: "3.12"
48+
3049
defaults:
3150
run:
3251
shell: bash -l {0}

0 commit comments

Comments
 (0)