Skip to content

Commit 5c54c3c

Browse files
committed
Try installing typing-extensions
Signed-off-by: Pavel Chekin <[email protected]>
1 parent 2f73265 commit 5c54c3c

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

0 commit comments

Comments
 (0)