Skip to content

Commit 5021059

Browse files
authored
Fix PIP mode workloads for DLE 2025.2 (#5033)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 922ba57 commit 5021059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
.venv\Scripts\activate.ps1
9191
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
9292
cd ${{ env.NEW_WORKSPACE }}
93-
pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.1.1
93+
pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.2.1
9494
python setup.py -v bdist_wheel
9595
pip install (Get-Item ${{ env.NEW_WORKSPACE }}\dist\*.whl)
9696

0 commit comments

Comments
 (0)