mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +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."
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue