Skip to content
Snippets Groups Projects
Commit a5247586 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent 437afc1a
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ release:pip:windows:
# # Install dependencies
- choco install python -y --version 3.12.4
- choco install cmake.install --installargs '"ADD_CMAKE_TO_PATH=System"' -Y
- choco install visualstudio2022buildtools -y --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools"
- choco install git.install -y
- $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
- py -m pip install cibuildwheel==2.22.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment