Skip to content

Commit 56d8a4d

Browse files
committed
Search for cuda_bindings wheel locally
1 parent 4d3b322 commit 56d8a4d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,10 @@ jobs:
251251

252252
- name: Ensure cuda-python installable
253253
run: |
254+
echo Showing wheels locally in $PWD
255+
ls *.whl
254256
if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then
255-
pip install cuda_python*.whl
257+
pip install cuda_python*.whl --find-links .
256258
else
257-
pip install $(ls cuda_python*.whl)[all]
259+
pip install $(ls cuda_python*.whl)[all] --find-links .
258260
fi

0 commit comments

Comments
 (0)