Skip to content

Commit 7775bc6

Browse files
committed
Set cibw cache path
Signed-off-by: Pavel Chekin <[email protected]>
1 parent fcda43d commit 7775bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels-pytorch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
9090
$env:CIBW_BUILD_VERBOSITY = "3"
9191
$env:CIBW_SKIP = "cp{35,36,37}-*"
92-
$env:CIBW_BUILD="cp3{9,10,11,12,13}*-win_amd64"
92+
$env:CIBW_BUILD = "cp3{9,10,11,12,13}*-win_amd64"
93+
$env:CIBW_CACHE_PATH = "${{ env.NEW_WORKSPACE }}/cibw"
9394
9495
python -m cibuildwheel --output-dir wheelhouse
9596

0 commit comments

Comments
 (0)