Skip to content

Commit baa7c80

Browse files
committed
fix bug
1 parent 5cd9cab commit baa7c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_binary_build_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
PYTHON_VERSIONS: ${{ inputs.python-versions }}
101101
run: |
102102
set -eou pipefail
103-
MATRIX_BLOB="$(python3 .github/scripts/generate_binary_build_matrix.py)"
103+
MATRIX_BLOB="$(python3 ./.github/scripts/generate_binary_build_matrix.py)"
104104
echo "${MATRIX_BLOB}"
105105
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
106106

0 commit comments

Comments
 (0)