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 2b77ca3 commit d2d9defCopy full SHA for d2d9def
1 file changed
.github/workflows/test-wheel-windows.yml
@@ -74,6 +74,7 @@ jobs:
74
echo "MATRIX=${MATRIX}" | tee --append "${GITHUB_OUTPUT}"
75
76
test:
77
+ name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}
78
# The build stage could fail but we want the CI to keep moving.
79
needs: compute-matrix
80
strategy:
0 commit comments