You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tag CI by installing cuda-python metapackage with --no-deps (#2334)
During cuda-core tag releases, pip install cuda_python*.whl re-resolves
cuda-core~=1.0.0 from PyPI and fails or downgrades the artifact wheel.
Subpackages are already installed from CI artifacts, so skip dependency
resolution in docs build and wheel test installability checks.
0 commit comments