An example where build and environment.yml are in 1 pixi.toml (emscripten-forge?) #1057
-
Out of curiosity can pixi be utilized to combine the 2 files into 1 . As a simple example ; https://github.com/jupyterlite/xeus-python-demo uses 2 files in their CI CD pipeline. I'm wondering if this pixi project is something where one can use say 1 toml file that I can utilize in a ci cd pipeline, and the same on my local windows machine . Or am I totally thinking about this wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Features and environments might solve your issues: https://pixi.sh/latest/configuration/#the-feature-and-environments-tables |
Beta Was this translation helpful? Give feedback.
-
I think this would need some work in terms of cross-installing. There is an open PR |
Beta Was this translation helpful? Give feedback.
To add to this, you could checkout the blog that also has a similar example: https://prefix.dev/blog/introducing_multi_env_pixi