This commit is contained in:
Manuel Cortez 2021-12-23 12:16:21 -06:00
parent 1e9994fa21
commit 4174b18074
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -13,9 +13,4 @@ steps:
- name: install choco
commands:
- '@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"'
- name: install dependencies
commands:
- choco install python --version 3.7.9 -y -ForceX86
- python -v
- @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"