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 f713010 commit ab6a023Copy full SHA for ab6a023
.github/workflows/pr.yml
@@ -65,7 +65,17 @@ jobs:
65
- name: Compute matrix outputs
66
id: set-outputs
67
run: |
68
- .github/actions/compute-matrix/compute-matrix.sh ci/matrix.yml pull_request
+ echo "=== Compute Matrix Debug ==="
69
+ echo "yq version:"
70
+ yq --version
71
+ echo "matrix.yml contents:"
72
+ cat ci/matrix.yml
73
+ echo "=== Running compute-matrix script ==="
74
+ .github/actions/compute-matrix/compute-matrix.sh -v ci/matrix.yml pull_request
75
+ echo "=== Script completed, checking outputs ==="
76
+ echo "CUDA_VERSIONS: ${CUDA_VERSIONS:-UNSET}"
77
+ echo "HOST_COMPILERS: ${HOST_COMPILERS:-UNSET}"
78
+ echo "PER_CUDA_COMPILER_MATRIX: ${PER_CUDA_COMPILER_MATRIX:-UNSET}"
79
80
ci:
81
name: CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }}
0 commit comments