CI: Try with pixi; move from tox+pip-compile-multi#3847
Closed
MridulS wants to merge 9 commits intoscipp:mainfrom
Closed
CI: Try with pixi; move from tox+pip-compile-multi#3847MridulS wants to merge 9 commits intoscipp:mainfrom
MridulS wants to merge 9 commits intoscipp:mainfrom
Conversation
This was referenced Feb 18, 2026
a134a14 to
11a6d3e
Compare
Member
|
I know it's says it's a experimental feature, but the pixi build thing doesn't work out of the box? |
Member
Author
It should but I wanted to move one step at a time. First replace the non build bits and then move to pixi. |
Use pixi-build-cmake backend to automatically build and install the C++ extension as a conda package, replacing manual cmake builds in test/docs environments. The dev environment retains manual cmake for incremental development. CI workflows updated to use dev env for C++ tests since the test env now gets a pre-built package with no build directory.
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.
Replace tox + mamba/conda developer environment with pixi.
pixi manages dev dependencies and tasks. The C++ build still uses cmake directly (no pixi-build-cmake yet). This is just to test out pixi for scipp, we can close this PR too, no worries :)
Local dev quick start: