File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 python -m pip install pytest numpy highsbox llvmlite tccbox
4646
47+ - name : Install VS2022 BuildTools 17.9.7
48+ run : choco install -y visualstudio2022buildtools --version=117.9.7.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
49+
4750 - name : Build
4851 run : |
52+ Import-Module 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\Microsoft.VisualStudio.DevShell.dll'
53+ Enter-VsDevShell -VsInstallPath 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools' -DevCmdArguments '-arch=x64 -host_arch=x64'
4954 python -m pip list
5055 python -m pip install nanobind scikit-build-core[pyproject]
5156 python -m pip install --no-build-isolation -v .
You can’t perform that action at this time.
0 commit comments