[ci] Fix sdist builds
Some checks failed
CI / test (push) Successful in 1m33s
CI / deploy (push) Failing after 47s

This commit is contained in:
2026-06-28 12:31:11 -04:00
parent b5ed80c9d9
commit 5f0fbe1c3d

View File

@ -64,7 +64,7 @@ jobs:
username: root
key: ${{ secrets.JAIL_KEY }}
script: |
pip uninstall -y mopidy-iris
pip install /tmp/iris-deploy/dist/*.tar.gz
pip uninstall -y --break-system-packages mopidy-iris
pip install --break-system-packages /tmp/iris-deploy/dist/*.tar.gz
rm -rf /tmp/iris-deploy
service mopidy restart