We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212972d commit 208ec42Copy full SHA for 208ec42
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
version=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
127
128
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
129
- chunk="windows"
+ chunk="windows-*"
130
else
131
chunk="${{matrix.os}}"
132
fi
0 commit comments