diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c32216a..b84edde 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -127,7 +127,7 @@ jobs: pip uninstall -y vrobbler 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')" + python3 -c "import vrobbler; print(f'vrobbler {vrobbler.__version__} installed OK')" vrobbler migrate vrobbler collectstatic --noinput immortalctl restart vrobbler-celery && immortalctl restart vrobbler-celerybeat && immortalctl restart vrobbler