Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 208ec42

Browse files
committedAug 27, 2024·
fix typo
1 parent 212972d commit 208ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

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

0 commit comments

Comments
 (0)
Please sign in to comment.