We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b2c9 commit b575786Copy full SHA for b575786
.github/workflows/ci-tests.yml
@@ -26,7 +26,14 @@ jobs:
26
fail-fast: false
27
matrix:
28
session: ["tests", "doctests-docs", "doctests-api"]
29
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ 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
34
+ - session: "doctests-api"
35
36
+
37
defaults:
38
run:
39
shell: bash -l {0}
0 commit comments