Do poetry install prior to running (#66)
This commit is contained in:
@@ -7,5 +7,6 @@ if [ ! -f .env ]; then
|
|||||||
echo "Please add your api keys to the .env file."
|
echo "Please add your api keys to the .env file."
|
||||||
fi
|
fi
|
||||||
source "$(poetry env info --path)/bin/activate"
|
source "$(poetry env info --path)/bin/activate"
|
||||||
|
poetry install
|
||||||
./run_alembic_check.sh
|
./run_alembic_check.sh
|
||||||
poetry run python -m skyvern.forge
|
poetry run python -m skyvern.forge
|
||||||
|
|||||||
Reference in New Issue
Block a user