[tooling] Try to fix deploy issues
Some checks failed
build / test (push) Has been cancelled

This commit is contained in:
2026-06-03 16:13:16 -04:00
parent 445103a878
commit 7cb48d20f6
2 changed files with 14 additions and 14 deletions

View File

@ -116,8 +116,8 @@ jobs:
mkdir -p /var/lib/vrobbler
echo "${{ gitea.sha }}" | cut -c1-8 > /var/lib/vrobbler/commit.txt
pip uninstall -y vrobbler
rm -f /var/lib/vrobbler/*.whl
pip install /var/lib/vrobbler/*.whl
pip install /var/lib/vrobbler/dist/*.whl
rm -f /var/lib/vrobbler/dist/*.whl
python -c "import vrobbler; print(f'vrobbler {vrobbler.__version__} installed OK')"
vrobbler migrate
vrobbler collectstatic --noinput