Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 15:47:10 +05:30
committed by GitHub
parent 22bd58f5ab
commit 12f1ddaf19

View File

@@ -31,10 +31,10 @@ defaults:
shell: pwsh
jobs:
install_pwsh_git:
runs-on: setup-actions-windows-arm64-4-core
generate_matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
steps:
- name: Print runner OS
run: echo Runner OS is ${{ runner.os }}
@@ -44,12 +44,6 @@ jobs:
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 powersehll git
generate_matrix:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
steps:
- name: Generate execution matrix
id: generate-matrix
run: |
@@ -74,6 +68,7 @@ jobs:
echo "matrix=$($matrix | ConvertTo-Json -Compress -AsArray)" >> $env:GITHUB_OUTPUT
build_python:
needs: generate_matrix
strategy:
fail-fast: false