Skip to content

Commit c3e926f

Browse files
committed
Fix a small YAML formatting style inconsistency
1 parent 874f0bf commit c3e926f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/pythonpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919
include:
20-
- experimental: false
21-
- python-version: "3.12"
22-
experimental: true
20+
- experimental: false
21+
- python-version: "3.12"
22+
experimental: true
2323

2424
defaults:
2525
run:

0 commit comments

Comments
 (0)