Skip to content

Commit 38830b2

Browse files
committed
fix
1 parent 9e665db commit 38830b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-wheel-windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
name: cuda-python-wheel
8686
path: .
8787

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 }}
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 }}
9494

9595
- name: Install gh cli
9696
# the GPU runner image does not have gh pre-installed...

0 commit comments

Comments
 (0)