[XPU][CI]Fix dependency typo in Intel GPU CI (#47510)

Signed-off-by: zengxian <xiangdong.zeng@intel.com>
This commit is contained in:
xiangdong
2026-07-03 04:11:47 +00:00
committed by GitHub
parent bd8d9021ce
commit 2dfaae752b
+1 -1
View File
@@ -158,7 +158,7 @@ steps:
commands:
- >-
bash .buildkite/scripts/hardware_ci/run-intel-test.sh
'pip install "modelscope<1.38" &&
'pip install modelscope\<1.38 &&
cd tests &&
pytest -v -s test_regression.py'