Skip to content

Commit ca1da77

Browse files
committed
TST: check if matrix combo is OS dependent or version dependent
1 parent 93a09a2 commit ca1da77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
python-version: "3.12"
3333
sphinx: "~=8.0"
3434
myst-parser: "~=4.0"
35+
- os: ubuntu-latest
36+
python-version: "3.12"
37+
sphinx: "~=8.0"
38+
myst-parser: "~=4.0"
3539
# Oldest known-compatible dependencies
3640
- os: ubuntu-latest
3741
python-version: "3.9"

0 commit comments

Comments
 (0)