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 e7fb7ef commit afbd15dCopy full SHA for afbd15d
1 file changed
.github/workflows/test-wheel-linux.yml
@@ -70,7 +70,7 @@ jobs:
70
echo "OLD_BRANCH=${OLD_BRANCH}" >> "$GITHUB_OUTPUT"
71
72
test:
73
- name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, ${{ matrix.GPU }}${{ matrix.GPU_COUNT != '1' && format('(x{0})', matrix.GPU_COUNT) || '' }}
+ name: py${{ matrix.PY_VER }}, ${{ matrix.CUDA_VER }}, ${{ (matrix.LOCAL_CTK == '1' && 'local') || 'wheels' }}, ${{ matrix.GPU }}${{ matrix.GPU_COUNT != '1' && format('(x{0})', matrix.GPU_COUNT) || '' }}${{ matrix.FLAVOR && format(', {0}', matrix.FLAVOR) || '' }}
74
needs: compute-matrix
75
strategy:
76
fail-fast: false
0 commit comments