Setup Python with pixi¶
Setup Python environment with pixi package manager and install dependencies
Usage¶
- uses: serapeum-org/github-actions/actions/python-setup/pixi@pixi/v1
with:
environments: 'default'
activate-environment: 'default'
cache: 'false'
verify-lock: 'true'
Inputs¶
| Input | Description | Required | Default |
|---|---|---|---|
environments |
Pixi environments to install | No | default |
activate-environment |
Environment to activate after installation | No | default |
cache |
Whether to enable caching of pixi environments | No | false |
verify-lock |
Whether to verify the lock file is up to date (uses --locked mode) | No | true |