Skip to content

Run all CI tasks through Poe the Poet or Pixi #155

@redeboer

Description

@redeboer

With Poe the Poet executor options, it is possible to quickly run CI tasks locally in isolated environments, optionally with specific Python versions. This makes it possible to keep the CI job definitions "synced" with GitHub CI by simply running poe some-task on GitHub. Currently, this is partially done but poe is called through a uv run call with the specific dependencies listed there.

uv run \
--group doc \
--with poethepoet \
poe doc

Metadata

Metadata

Assignees

Labels

⚙️ EnhancementImprovements and optimizations of existing features❗ BehaviorChanges that may affect the framework output

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions