[tooling] Try fixing deploys again
All checks were successful
build / test (push) Successful in 1m53s

This commit is contained in:
2026-06-01 10:50:38 -04:00
parent 410c033f12
commit 039c58cf89

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/dist/*.whl
pip install /var/lib/vrobbler/dist/*.whl
rm -f /var/lib/vrobbler/*.whl
pip install /var/lib/vrobbler/*.whl
python -c "import vrobbler; print(f'vrobbler {vrobbler.__version__} installed OK')"
vrobbler migrate
vrobbler collectstatic --noinput