Skip to content

Commit 28b1828

Browse files
fix the typo issue
1 parent e4fee3b commit 28b1828

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
set PYTORCH_ENABLE_XPU_FALLBACK=1
277277
set PYTEST_ADDOPTS=-v --timeout 600 --timeout_method=thread -n 1
278278
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/
279-
python run_test_with_skip_lnl.py
279+
python run_test_with_skip.py
280280
if not exist "%GITHUB_WORKSPACE%\ut_log" mkdir "%GITHUB_WORKSPACE%\ut_log"
281281
for %%f in (*.xml) do (
282282
if exist "%%f" (
@@ -303,14 +303,14 @@ jobs:
303303
echo Processing directory: op_ut_with_all.functorch
304304
for /r "op_ut_with_all.functorch" %%f in (*.xml) do (
305305
if exist "%%f" (
306-
move "%%f" "%%~dpfop_ut_with_all_functorch_%%~nxf" >nul
306+
move "%%f" "%%~dpfop_ut_with_all.functorch.%%~nxf" >nul
307307
)
308308
)
309309
)
310310
echo === XML files in directory ===
311-
dir "op_ut_with_skip_nn\*.xml" /B
312-
dir "op_ut_with_skip_quantization\core\*.xml" /B
313-
dir "op_ut_with_all_functorch\*.xml" /B
311+
dir "op_ut_with_skip.nn\*.xml" /B
312+
dir "op_ut_with_skip.quantization\core\*.xml" /B
313+
dir "op_ut_with_all.functorch\*.xml" /B
314314
315315
for %%d in (op_ut_with_skip.nn "op_ut_with_skip.quantization\core" op_ut_with_all.functorch) do (
316316
if exist "%%d" (

0 commit comments

Comments
 (0)