Do poetry install prior to running ()

This commit is contained in:
Suchintan 2024-03-14 11:53:20 -04:00 committed by GitHub
parent e339ea4809
commit d093575596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,6 @@ if [ ! -f .env ]; then
echo "Please add your api keys to the .env file."
fi
source "$(poetry env info --path)/bin/activate"
poetry install
./run_alembic_check.sh
poetry run python -m skyvern.forge