1 repository
Make all pixi-installed binaries and environment variables available to subsequent workflow steps without needing a run command.
Distinct from Environment Activation: Distinct from Environment Activation: focuses on activating environments in CI workflows, not general shell sessions.
Explore 1 awesome GitHub repository matching development tools & productivity · CI. Refine with filters or upvote what's useful.
Pixi is a conda environment manager that creates reproducible, lock-file-backed environments with cross-platform support and multi-language dependency resolution. It combines package management from both conda-forge and PyPI simultaneously, coordinating their dependency graphs to prevent conflicts, while pinning every transitive dependency to exact versions in a cross-platform lock file for bit-for-bit identical environments across machines. The project distinguishes itself by also functioning as a cross-platform task runner that executes user-defined commands and multi-step pipelines inside
Makes all pixi-installed binaries and environment variables available to subsequent workflow steps.