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 922ba57 commit 5021059Copy full SHA for 5021059
.github/workflows/pip-test-windows.yml
@@ -90,7 +90,7 @@ jobs:
90
.venv\Scripts\activate.ps1
91
Invoke-BatchFile "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
92
cd ${{ env.NEW_WORKSPACE }}
93
- pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.1.1
+ pip install -U wheel pybind11 cython cmake intel-sycl-rt==2025.2.1
94
python setup.py -v bdist_wheel
95
pip install (Get-Item ${{ env.NEW_WORKSPACE }}\dist\*.whl)
96
0 commit comments