Spaces:
Runtime error
Runtime error
File size: 112 Bytes
cd6f98e |
1 2 3 4 5 6 7 8 |
cd "$(dirname "$0")" || exit 1
cd .. || exit 1
cd platform || exit 1
rm poetry.lock
poetry install
poetry lock
|