diff --git a/setup.sh b/setup.sh index 5628cd75..ad6efd49 100755 --- a/setup.sh +++ b/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