Do poetry install prior to running (#66)

This commit is contained in:
Suchintan
2024-03-14 11:53:20 -04:00
committed by GitHub
parent e339ea4809
commit d093575596

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