Skip to content

Commit 76713dd

Browse files
committed
no CUDA_PATH when testing CTK wheels
1 parent 4323f61 commit 76713dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-wheel.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,9 @@ jobs:
151151
- name: Run cuda.bindings tests
152152
if: ${{ env.SKIP_CUDA_BINDINGS_TEST == '0' }}
153153
run: |
154-
ls $CUDA_PATH
155-
156154
pushd "${CUDA_BINDINGS_ARTIFACTS_DIR}"
157155
if [[ "${{ inputs.local-ctk }}" == 1 ]]; then
156+
ls $CUDA_PATH
158157
pip install *.whl
159158
else
160159
pip install $(ls *.whl)[all]

0 commit comments

Comments
 (0)