Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 17:04:16 +05:30
committed by GitHub
parent 1d262fc400
commit cb822fbaf1

View File

@@ -28,7 +28,7 @@ env:
VERSION: ${{ inputs.VERSION || '3.12.3' }}
defaults:
run:
shell: powershell
shell: pwsh
jobs:
install_Pwsh_git:
@@ -47,7 +47,7 @@ jobs:
shell: powershell
generate_matrix:
needs: [ install_Pwsh_git]
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
@@ -77,7 +77,7 @@ jobs:
build_python:
needs: [generate_matrix, install_Pwsh_git]
needs: [generate_matrix]
strategy:
fail-fast: false
matrix:
@@ -105,7 +105,7 @@ jobs:
if-no-files-found: error
test_python:
needs: [generate_matrix, install_Pwsh_git, build_python]
needs: [generate_matrix, build_python]
strategy:
fail-fast: false
matrix: