Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 16:27:56 +05:30
committed by GitHub
parent a185c39c53
commit ac6f4c6a01

View File

@@ -36,8 +36,8 @@ jobs:
steps:
- name: Install PowerShell
shell: pwsh
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'))
@@ -45,7 +45,7 @@ jobs:
choco install -y git.install
'C:\Program Files\PowerShell\7\' | Out-File $env:GITHUB_PATH -Append
'C:\Program Files\Git\bin' | Out-File $env:GITHUB_PATH -Append
shell: powershell
generate_matrix:
runs-on: ubuntu-latest