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 aafb942 commit 860d444Copy full SHA for 860d444
windows/internal/clone.bat
@@ -1,7 +1,11 @@
1
@echo off
2
3
-:: The conda and wheels jobs are seperated on Windows, so we don't need to clone again.
+:: The conda and wheels jobs are separated on Windows, so we don't need to clone again.
4
if exist "%NIGHTLIES_PYTORCH_ROOT%" (
5
+ :: Attempt to fix infinite copy of ittapi recursive symlinks on non-ephemeral runners
6
+ if exist pytorch (
7
+ rmdir /s /q pytorch
8
+ )
9
robocopy "%NIGHTLIES_PYTORCH_ROOT%" pytorch\ /e /np /nfl
10
cd pytorch
11
)
0 commit comments