mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
fix setup remove_poetry_env (#33)
This commit is contained in:
parent
e1c57c752b
commit
0e7ef7dee9
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -30,6 +30,7 @@ remove_poetry_env() {
|
|||
else
|
||||
echo "No poetry environment found."
|
||||
fi
|
||||
poetry env use python3.11
|
||||
}
|
||||
|
||||
# Function to install dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue