mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-04-25 17:09:10 +00:00
Do poetry install prior to running (#66)
This commit is contained in:
parent
e339ea4809
commit
d093575596
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue