From a1e9fc02fdb760ec658f37c823451bc5c8d97938 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:11:43 -0800 Subject: [PATCH] install: bumped pinned poetry version to 1.1.12 to avoid installation issues related to poetry --- setup.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index 3215cdb7..eb81a451 100755 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,5 @@ #!/bin/bash -# exit on error -set -e - # install pre-reqs using yum/apt if command -v apt &> /dev/null then @@ -23,4 +20,4 @@ python3 -m pip install --user pipx==0.16.4 python3 -m pipx ensurepath export PATH=$PATH:~/.local/bin pipx install invoke==1.4.1 -pipx install poetry==1.1.7 +pipx install poetry==1.1.12