We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd9cab commit baa7c80Copy full SHA for baa7c80
.github/workflows/generate_binary_build_matrix.yml
@@ -100,7 +100,7 @@ jobs:
100
PYTHON_VERSIONS: ${{ inputs.python-versions }}
101
run: |
102
set -eou pipefail
103
- MATRIX_BLOB="$(python3 .github/scripts/generate_binary_build_matrix.py)"
+ MATRIX_BLOB="$(python3 ./.github/scripts/generate_binary_build_matrix.py)"
104
echo "${MATRIX_BLOB}"
105
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
106
0 commit comments