File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
- name : Generate build matrix
61
61
id : set-matrix
62
62
run : |
63
- uv run ci-matrix.py --platform darwin --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
63
+ uv run ci-matrix.py --platform darwin --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
64
64
# Display the matrix for debugging too
65
65
cat matrix.json | jq
66
66
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Generate build matrix
140
140
id : set-matrix
141
141
run : |
142
- uv run ci-matrix.py --platform linux --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
142
+ uv run ci-matrix.py --platform linux --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
143
143
# Display the matrix for debugging too
144
144
cat matrix.json | jq
145
145
Original file line number Diff line number Diff line change 60
60
- name : Generate build matrix
61
61
id : set-matrix
62
62
run : |
63
- uv run ci-matrix.py --platform windows --labels " ${{ steps.get-labels.outputs.labels }}" > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
63
+ uv run ci-matrix.py --platform windows --labels ' ${{ steps.get-labels.outputs.labels }}' > matrix.json && echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
64
64
# Display the matrix for debugging too
65
65
cat matrix.json | jq
66
66
You can’t perform that action at this time.
0 commit comments