Skip to content

Commit 65b3d56

Browse files
committed
Syntax fix
1 parent 841d60e commit 65b3d56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020
exclude:
2121
- os: windows-11-arm
22-
python-version: ["3.9", "3.10"]
22+
python-version: "3.10"
23+
- os: windows-11-arm
24+
python-version: "3.9"
2325

2426

2527
steps:

0 commit comments

Comments
 (0)