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
Showing only changes of commit f5f7964c05 - Show all commits

View File

@ -12,4 +12,7 @@ RUN apt-get update && apt-get install -y \
nodejs \ nodejs \
pipx pipx
RUN pipx install --include-deps --system-site-packages beets==2.0.0 # 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