Skip to content

Commit 15d3633

Browse files
committed
fix typo
1 parent 52ed9b2 commit 15d3633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ jobs:
126126
version=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
127127
128128
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
129-
chunk="windows"
130-
else:
129+
chunk="windows-*"
130+
else
131131
chunk="${{matrix.os}}"
132132
fi
133133

0 commit comments

Comments
 (0)