fix(pixi): restore conda test deps and relock after #2384 - #2532
Open
juenglin wants to merge 1 commit into
Open
Conversation
NVIDIA#2384 inserted a pypi-dependencies header mid-table, moving conda test deps to PyPI without updating lockfiles. Fresh CI installs then dropped the local cuda-bindings/cuda-core source packages, causing ModuleNotFoundError.
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
juenglin
marked this pull request as ready for review
August 7, 2026 20:34
|
juenglin
enabled auto-merge (squash)
August 7, 2026 21:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[feature.test.pypi-dependencies]mid-table incuda_bindings/cuda_corepixi.toml, accidentally moving conda test deps (pytest-benchmark,numpy,pyglet, …) to PyPI and leaving the lockfiles stale.cuda-bindings/cuda-coresource packages, so the pixi source-build smoke failed withModuleNotFoundError: No module named 'cuda'.[feature.test.dependencies], keep onlycuda-python-test-helpersunder pypi, and regenerate both lockfiles with Pixi 0.73 untilpixi lock --checkis clean.Test plan
pixi lock --check --manifest-path cuda_bindingspixi lock --check --manifest-path cuda_coreCI: pixi run test (source build)(build smoke) on this branch and confirmbindings import OK/core import OK