Update beets to 2.0.0 in CI #182

Merged
wojtek merged 3 commits from 181---update-beets-to-2.0.0-in-ci into main 2024-08-24 15:43:48 +02:00
2 changed files with 6 additions and 4 deletions
Showing only changes of commit a31688b0f2 - Show all commits

View File

@ -9,5 +9,7 @@ RUN cargo install \
grcov
RUN apt-get update && apt-get install -y \
beets \
nodejs
nodejs \
pipx
RUN pipx install --include-deps --system-site-packages beets==2.0.0

View File

@ -13,7 +13,7 @@ env:
jobs:
build_and_test:
name: Build and Test
container: docker.io/drrobot/musichoard-ci:rust-1.80
container: docker.io/drrobot/musichoard-ci:20240824-1
env:
BEETSDIR: ./
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
@ -48,7 +48,7 @@ jobs:
lint:
name: Lint
container: docker.io/drrobot/musichoard-ci:rust-1.80
container: docker.io/drrobot/musichoard-ci:20240824-1
steps:
- uses: actions/checkout@v3
- run: cargo clippy --no-default-features --all-targets -- -D warnings