We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6034de2 commit d2ed6c6Copy full SHA for d2ed6c6
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
run: .\python\python.exe -m pip install --no-compile ${{ env.pip_args }}
113
114
- name: Clean up
115
- run: rd /s /q python/Lib/site-packages/torch/include && rd /s /q python/include && rd /s /q python/share
+ run: rm -r -fo python/Lib/site-packages/torch/include && rm -r -fo python/include && rm -r -fo python/share
116
117
- name: Build artifact
118
run: cd python && tar -cf - * | zstd -9 -T0 > C:\WINDOWS\Temp\${{ env.artifact_name }}
0 commit comments