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:
committed by
GitHub
parent
878ef36a36
commit
d61179e132
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user