fix setup remove_poetry_env (#33)

This commit is contained in:
Matias Weber
2024-03-06 13:06:33 -03:00
committed by GitHub
parent e1c57c752b
commit 0e7ef7dee9

View File

@@ -30,6 +30,7 @@ remove_poetry_env() {
else
echo "No poetry environment found."
fi
poetry env use python3.11
}
# Function to install dependencies