Migrate Skyvern to uv from poetry (#3554)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: stas <stas@skyvern.com>
This commit is contained in:
Stanislav Novosad
2025-09-30 15:19:12 -06:00
committed by GitHub
parent 878ef36a36
commit d61179e132
19 changed files with 17563 additions and 23282 deletions

View File

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