Skip to content

Commit 65a5211

Browse files
Remove poetry from project tools script
1 parent bbb0bb9 commit 65a5211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/project.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ elif [ "$action" = "tools" ]; then
2525
if [ "${LANGUAGE}" == "go" ]; then
2626
go install golang.org/x/tools/cmd/goimports@latest
2727
elif [ "${LANGUAGE}" == "python" ]; then
28-
pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1 poetry flake8
29-
poetry config virtualenvs.create false
28+
pip install black==24.8.0 isort~=5.13.2 autoimport~=1.6.1
3029
else
3130
echo "! Invalid language: $($LANGUAGE), please use $0 help for help"
3231
fi

0 commit comments

Comments
 (0)