Skip to content

Commit ab6a023

Browse files
committed
Add compute-matrix debugging to identify empty strategy
1 parent f713010 commit ab6a023

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,17 @@ jobs:
6565
- name: Compute matrix outputs
6666
id: set-outputs
6767
run: |
68-
.github/actions/compute-matrix/compute-matrix.sh ci/matrix.yml pull_request
68+
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}"
6979
7080
ci:
7181
name: CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }}

0 commit comments

Comments
 (0)