Skip to content
Snippets Groups Projects
Commit 6cd1fe4f authored by calrama's avatar calrama
Browse files

windows-1809: Update python to 3.7.6

parent f55ceda0
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl ...@@ -19,7 +19,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
curl \ curl \
7zip \ 7zip \
wixtoolset; \ wixtoolset; \
Must-Run choco install -y python --version 3.7.5; \ Must-Run choco install -y python --version 3.7.6; \
$env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \ $env:PATH = "\"$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::User));$([Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine))\""; \
Must-Run python -m pip --no-cache-dir install --no-warn-script-location wheel; \ Must-Run python -m pip --no-cache-dir install --no-warn-script-location wheel; \
Must-Run choco install -y visualstudio2017buildtools; \ Must-Run choco install -y visualstudio2017buildtools; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment