Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 15:28:53 +05:30
committed by GitHub
parent 567e9060f4
commit 91d36e5783

View File

@@ -39,6 +39,7 @@ jobs:
- name: Print runner OS - name: Print runner OS
run: echo Runner OS is ${{ runner.os }} run: echo Runner OS is ${{ runner.os }}
- name: Setup Dependencies - name: Setup Dependencies
shell: bash
run: | run: |
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install pwsh git choco install pwsh git