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

Update cibuildwheel_windows.gitlab-ci.yml

parent bafca2c1
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ release:pip:windows:
- choco install python -y
- $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
# Explicitly set up Visual Studio environment
- $vsPath = vswhere -latest -property installationPath
- $vsPath = "C:\Program Files\Microsoft Visual Studio\2022\BuildTools"
- Import-Module "$vsPath\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
- Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation
- 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