Skip to content

Commit 243d139

Browse files
committed
Search for cuda_bindings wheel locally
1 parent a45938f commit 243d139

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
@@ -268,10 +268,12 @@ jobs:
268268

269269
- name: Ensure cuda-python installable
270270
run: |
271+
echo Showing wheels locally in $PWD
272+
ls *.whl
271273
if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then
272-
pip install cuda_python*.whl
274+
pip install cuda_python*.whl --find-links .
273275
else
274-
pip install $(ls cuda_python*.whl)[all]
276+
pip install $(ls cuda_python*.whl)[all] --find-links .
275277
fi
276278
277279
- name: Install cuda.pathfinder extra wheels for testing

0 commit comments

Comments
 (0)