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 905ad53 commit 1ad9d18Copy full SHA for 1ad9d18
1 file changed
.github/workflows/test-wheel-windows.yml
@@ -65,7 +65,9 @@ jobs:
65
echo "MATRIX=${MATRIX}" | tee --append "${GITHUB_OUTPUT}"
66
67
test:
68
- name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, GPU ${{ matrix.GPU }}
+ # TODO: switch to this once the self-hosted runners are ready
69
+ # name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, GPU ${{ matrix.GPU }}
70
+ name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}
71
# The build stage could fail but we want the CI to keep moving.
72
needs: compute-matrix
73
strategy:
0 commit comments