File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
run : |
174
174
uv run ci-matrix.py \
175
175
--platform linux \
176
- --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}' \
176
+ --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}" \
177
177
--max-shards 2 \
178
178
${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} \
179
179
> matrix.json
Original file line number Diff line number Diff line change 90
90
- name : Generate build matrix
91
91
id : set-matrix
92
92
run : |
93
- uv run ci-matrix.py --platform darwin --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}' ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
93
+ uv run ci-matrix.py --platform darwin --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}" ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
94
94
95
95
# Extract python-build matrix
96
96
echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 90
90
- name : Generate build matrix
91
91
id : set-matrix
92
92
run : |
93
- uv run ci-matrix.py --platform windows --labels ' ${STEPS_GET_LABELS_OUTPUTS_LABELS}' ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
93
+ uv run ci-matrix.py --platform windows --labels " ${STEPS_GET_LABELS_OUTPUTS_LABELS}" ${{ (steps.check-pythonbuild.outputs.changed == 'true' || github.ref == 'refs/heads/main') && '--force-crate-build' || '' }} > matrix.json
94
94
95
95
# Extract python-build matrix
96
96
echo "matrix=$(jq -c '."python-build"' matrix.json)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments