Skip to content

CI: cuda-pathfinder is re-installed when running pip install (why?) #1262

@leofang

Description

@leofang

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

No one assigned

    Labels

    CI/CDCI/CD infrastructureP0High priority - Must do!bugSomething isn't workingtriageNeeds the team's attention

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions