Skip to content

Commit

Permalink
fix(deps): use modern (1.2.2) poetry installer
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Oct 15, 2022
1 parent cedae55 commit e97cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function install_git_hooks () {

function install_poetry () {
if [ -z ${POETRY} ]; then
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://install.python-poetry.org/ | python

try_source_env
fi
Expand Down

0 comments on commit e97cb13

Please sign in to comment.