Commit 8bc573ee authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent cd653d26
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -52,6 +52,9 @@ release:pip:windows:
    - choco install git.install -y
    - choco install python -y

    # Install NuGet provider
    - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
    
    # Set up Visual Studio environment
    - Install-Module VSSetup -Scope CurrentUser -Force -ErrorAction SilentlyContinue
    - Import-Module VSSetup