Skip to content

Commit 75bb381

Browse files
committed
Fix pathfinder install
1 parent c7b6956 commit 75bb381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
set -euo pipefail
285285
pushd cuda_pathfinder
286286
ls -R
287-
pip install --only-binary=:all: -v . --group "test-cu${TEST_CUDA_MAJOR}"
287+
pip install --only-binary=:all: -v ./*.whl --group "test-cu${TEST_CUDA_MAJOR}"
288288
pip list
289289
popd
290290

0 commit comments

Comments
 (0)