From 8d40bac3c06e8891ba0d99a49eba1263020f4bb8 Mon Sep 17 00:00:00 2001 From: "Zhong, Ruijie" Date: Thu, 26 Dec 2024 02:44:35 +0000 Subject: [PATCH] update copy path --- .github/workflows/_windows_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_windows_ut.yml b/.github/workflows/_windows_ut.yml index 85585305b..9c7beb5d5 100644 --- a/.github/workflows/_windows_ut.yml +++ b/.github/workflows/_windows_ut.yml @@ -90,7 +90,7 @@ jobs: if exist "torch-xpu-ops" ( rmdir /s /q torch-xpu-ops ) - Xcopy ..\torch-xpu-ops third_party\torch-xpu-ops /E/H/Y/F/I + Xcopy ..\..\torch-xpu-ops third_party\torch-xpu-ops /E/H/Y/F/I cd .. move third_party\xpu_tmp.txt third_party\xpu.txt type third_party\xpu.txt