Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 757 Bytes

File metadata and controls

23 lines (18 loc) · 757 Bytes

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 (e.g., "py311", "py312 py313") 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 No true