From 0e7ef7dee9e24d419cc0c6fdc024536706227aaf Mon Sep 17 00:00:00 2001 From: Matias Weber <77334885+webermatias@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:06:33 -0300 Subject: [PATCH] fix setup remove_poetry_env (#33) --- setup.sh | 1 + 1 file changed, 1 insertion(+) 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