Skip to content

fix: fixed update.sh

Andreas Huber requested to merge fix-update.sh into main
  • poetry install --only main needs also --no-root or it fails on the server.
  • poetry lock --no-update rewrites the poetry.lock file and must not be done on the server.

Merge request reports