Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 14:58:10 +05:30
committed by GitHub
parent 43b4fed22f
commit 948f51aaf0

View File

@@ -31,10 +31,8 @@ defaults:
shell: pwsh
jobs:
- name: Setup Dependencies
if: runner.os == 'windows-2019_arm64'
run: |
choco install pwsh git
generate_matrix:
runs-on: ubuntu-latest
outputs:
@@ -74,6 +72,10 @@ build_python:
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.12.3' }}-${{ matrix.platform }}-${{ matrix.arch }}
steps:
- name: Setup Dependencies
if: runner.os == 'windows-2019_arm64'
run: |
choco install pwsh git
- name: Check out repository code
uses: actions/checkout@v4
with: