Update beets to 2.0.0 in CI (#182)
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m57s
Cargo CI / Lint (push) Successful in 1m3s
Cargo CI / Build and Test (pull_request) Successful in 1m53s
Cargo CI / Lint (pull_request) Successful in 1m6s

Closes #181

Reviewed-on: #182
This commit is contained in:
Wojciech Kozlowski 2024-08-24 15:43:48 +02:00
parent 8ff09e66ba
commit 871aeb8436
3 changed files with 9 additions and 4 deletions

View File

@ -9,5 +9,10 @@ RUN cargo install \
grcov grcov
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
beets \ nodejs \
nodejs pipx
# Once pipx>=1.5.0 is available use --global instead of env
RUN env PIPX_HOME=/usr/local/pipx \
PIPX_BIN_DIR=/usr/local/bin \
pipx install --include-deps --system-site-packages beets==2.0.0

View File

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

Binary file not shown.