-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
CI/CDCI/CD infrastructureCI/CD infrastructureP0High priority - Must do!High priority - Must do!bugSomething isn't workingSomething isn't workingtriageNeeds the team's attentionNeeds the team's attention
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
CI/CDCI/CD infrastructureCI/CD infrastructureP0High priority - Must do!High priority - Must do!bugSomething isn't workingSomething isn't workingtriageNeeds the team's attentionNeeds the team's attention