Skip to content

Commit 3f5276c

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ 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-api"
35+
- python-version: "3.10"
36+
3037
defaults:
3138
run:
3239
shell: bash -l {0}

0 commit comments

Comments
 (0)