This
|
pip install --only-binary=:all: -v . --group "test-cu${TEST_CUDA_MAJOR}" |
and this
|
pip install --only-binary=:all: -v . --group "test-cu${TEST_CUDA_MAJOR}" |
re-install
cuda-pathfinder from the public PyPI, instead of the one built and installed from the main branch (and used in the previous test steps). Example log:
https://github.com/NVIDIA/cuda-python/actions/runs/19456339177/job/55671231392#step:29:298
I don't think we should pass --only-binary=:all:. We probably need a more fine-grained installation command to exclude cuda-pathfinder.
This
cuda-python/.github/workflows/test-wheel-linux.yml
Line 282 in 1e9e360
and this
cuda-python/.github/workflows/test-wheel-windows.yml
Line 255 in 1e9e360
re-install
cuda-pathfinderfrom the public PyPI, instead of the one built and installed from the main branch (and used in the previous test steps). Example log:https://github.com/NVIDIA/cuda-python/actions/runs/19456339177/job/55671231392#step:29:298
I don't think we should pass
--only-binary=:all:. We probably need a more fine-grained installation command to excludecuda-pathfinder.