Skip to content

Commit 598d839

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ 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+
- session: docstests-api
34+
python-version: 3.10
35+
3036
defaults:
3137
run:
3238
shell: bash -l {0}

0 commit comments

Comments
 (0)