mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 02:06:50 -04:00
ci: use Poe for base installation
This commit is contained in:
committed by
Šarūnas Nejus
parent
1f182de4a2
commit
bdfacbfcc7
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user