Skip to content

Commit dd18fac

Browse files
committed
fix yml
1 parent 9ff0465 commit dd18fac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
matrix:
3939
python-version:
4040
- "pypy3.10",
41-
env: TEST_REQUIREMENTS: tests
41+
env:
42+
TEST_REQUIREMENTS: tests
4243
- "3.10"
4344
- "3.11"
4445
- "3.12"
@@ -48,7 +49,7 @@ jobs:
4849
os: ["windows-latest"]
4950
include:
5051
# Test the oldest Python on 32-bit
51-
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: "TEST_REQUIREMENTS: tests" }
52+
- { python-version: "3.9", architecture: "x86", os: "windows-2019", env: {TEST_REQUIREMENTS: "tests"} }
5253

5354
timeout-minutes: 30
5455

0 commit comments

Comments
 (0)