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 2452fb0 commit 3c882f2Copy full SHA for 3c882f2
.github/workflows/build_linux_wheels.yaml
@@ -34,7 +34,7 @@ jobs:
34
id: filter
35
run: |
36
echo '${{ needs.generate-matrix.outputs.matrix }}' \
37
- | jq 'del(.include[] | select(.gpu_arch_version == "13.0"))' \
+ | jq -c 'del(.include[] | select(.gpu_arch_version == "13.0"))' \
38
> matrix.json
39
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
40
build:
0 commit comments