Skip to content

Commit f22fe5b

Browse files
committed
fixed misplaced yaml object
Signed-off-by: Eric Reinecke <[email protected]>
1 parent af7508e commit f22fe5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ jobs:
147147
py_testonly_build:
148148
# Ideally this would be ${{ env.GH_COV_OS }} - but github doens't allow it
149149
runs-on: ${{ matrix.os }}
150-
os: [windows-latest]
151150
strategy:
152151
matrix:
152+
os: [windows-latest]
153153
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
154154
include:
155155
- { os: windows-latest, shell: msys2, python-version: "mingw64" }

0 commit comments

Comments
 (0)