Skip to content

Commit e701830

Browse files
committed
Try installing pyyaml
Signed-off-by: Pavel Chekin <[email protected]>
1 parent 5c54c3c commit e701830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
$env:CIBW_BUILD = "cp3{9,10,11,12,13}*-win_amd64"
9494
$env:CIBW_CACHE_PATH = "${{ env.NEW_WORKSPACE }}/cibw"
9595
$env:USE_XCCL = "1"
96-
$env:CIBW_BEFORE_BUILD = "pip install typing-extensions"
96+
$env:CIBW_BEFORE_BUILD = "pip install pyyaml typing-extensions"
9797
9898
python -m cibuildwheel --output-dir wheelhouse
9999

0 commit comments

Comments
 (0)