Skip to content

Commit 1f0d8c9

Browse files
committed
Try a different --find-links directory
1 parent 243d139 commit 1f0d8c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ jobs:
269269
- name: Ensure cuda-python installable
270270
run: |
271271
echo Showing wheels locally in $PWD
272-
ls *.whl
272+
ls dist/*.whl
273273
if [[ "${{ matrix.LOCAL_CTK }}" == 1 ]]; then
274-
pip install cuda_python*.whl --find-links .
274+
pip install cuda_python*.whl --find-links dist
275275
else
276-
pip install $(ls cuda_python*.whl)[all] --find-links .
276+
pip install $(ls cuda_python*.whl)[all] --find-links dist
277277
fi
278278
279279
- name: Install cuda.pathfinder extra wheels for testing

0 commit comments

Comments
 (0)