Skip to content

Commit b472f5a

Browse files
committed
Try installing all requirements
Signed-off-by: Pavel Chekin <[email protected]>
1 parent e701830 commit b472f5a

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 pyyaml typing-extensions"
96+
$env:CIBW_BEFORE_BUILD = "pip install -r requirements.txt"
9797
9898
python -m cibuildwheel --output-dir wheelhouse
9999

0 commit comments

Comments
 (0)