ci: use Poe for base installation

This commit is contained in:
Dhruv Maniya
2026-07-14 23:09:22 +05:30
committed by Šarūnas Nejus
parent 1f182de4a2
commit bdfacbfcc7

View File

@@ -24,8 +24,11 @@ jobs:
with:
python-version: "3.10"
- name: Install Python tools
run: uv tool install "poethepoet>=0.26,<0.47.0"
- name: Install base dependencies
run: uv sync --locked --no-dev
run: poe install --no-dev
- name: Run beets
env: