Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-05-29 17:12:40 +05:30
committed by GitHub
parent 04c0db46b5
commit be0e5a895c

View File

@@ -77,7 +77,7 @@ jobs:
build_python: build_python:
needs: [generate_matrix, install_Pwsh_git] needs: [install_Pwsh_git, generate_matrix]
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -105,7 +105,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
test_python: test_python:
needs: [generate_matrix, build_python, install_Pwsh_git] needs: [install_Pwsh_git, generate_matrix, build_python]
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: