Skip to content

Commit 76cc81d

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ 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.13"
30+
# include:
31+
# - session: "tests"
32+
# python-version: "3.10"
33+
# exclude:
34+
# - session: "doctests-docs"
35+
# python-version: ["3.10", "3.11", "3.12"]
36+
# - session: "doctests-api"
37+
# python-version: ["3.10", "3.11", "3.12"]
38+
3039
defaults:
3140
run:
3241
shell: bash -l {0}

0 commit comments

Comments
 (0)