mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Update build-python-packages.yml
This commit is contained in:
4
.github/workflows/build-python-packages.yml
vendored
4
.github/workflows/build-python-packages.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
build_python:
|
||||
|
||||
needs: [generate_matrix, install_Pwsh_git]
|
||||
needs: [install_Pwsh_git, generate_matrix]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
test_python:
|
||||
needs: [generate_matrix, build_python, install_Pwsh_git]
|
||||
needs: [install_Pwsh_git, generate_matrix, build_python]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user