Skip to content

Commit e2ca875

Browse files
committed
Minor change
1 parent bffad24 commit e2ca875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-pypi-wheels-actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '0 14 * * *' # 2pm UTC == 9am EST
66
jobs:
7-
generate_matrix:
7+
generate_python_matrix:
88
runs-on: ubuntu-latest
99
outputs:
1010
python-versions: ${{ steps.set-matrix.outputs.python_versions }}
@@ -17,6 +17,7 @@ jobs:
1717
# Output the JSON string
1818
echo "python_versions=${PYTHON_VERSIONS}" >> $GITHUB_OUTPUT
1919
check_pypi_wheels:
20+
needs: generate_python_matrix
2021
runs-on: ${{ matrix.os }}
2122
strategy:
2223
matrix:

0 commit comments

Comments
 (0)