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 9e665db commit 38830b2Copy full SHA for 38830b2
.github/workflows/test-wheel-windows.yml
@@ -85,12 +85,12 @@ jobs:
85
name: cuda-python-wheel
86
path: .
87
88
- - name: Download cuda.bindings build artifacts
89
- if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
90
- uses: actions/download-artifact@v4
91
- with:
92
- name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
93
- path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
+# - name: Download cuda.bindings build artifacts
+# if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0'}}
+# uses: actions/download-artifact@v4
+# with:
+# name: ${{ env.CUDA_BINDINGS_ARTIFACT_NAME }}
+# path: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
94
95
- name: Install gh cli
96
# the GPU runner image does not have gh pre-installed...
0 commit comments