From 4174b180741252b537a3e601d30f2bb2cf7554fa Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 23 Dec 2021 12:16:21 -0600 Subject: [PATCH] Test 2 --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b53014..9ba54c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - @"%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"