Skip to content

Commit 0b5dca7

Browse files
committed
Slighty reorganize matrix include: for clarity
1 parent e340d1c commit 0b5dca7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pythonpackage.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ jobs:
2020
- os-type: windows
2121
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
2222
include:
23+
# Defaults, added to all automatically generated jobs.
2324
- os-ver: latest
25+
- experimental: false
26+
# Customized jobs.
2427
- os-type: ubuntu
2528
python-version: "3.7"
2629
os-ver: "22.04"
27-
- experimental: false
30+
experimental: false
2831
- os-type: windows
2932
python-version: "3.13"
30-
os-ver: latest # Somehow the fallback (`- os-ver: latest` by itself) no longer covers this.
33+
os-ver: latest
3134
experimental: true
3235

3336
fail-fast: false

0 commit comments

Comments
 (0)