From 41983a9fc51c7724b5a64e8ca42e1bc85b9c2fd8 Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Mon, 1 Jul 2024 15:31:39 -0700 Subject: [PATCH] try with fixed poetry version --- scripts/ci_install_deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_install_deps b/scripts/ci_install_deps index 604faa89d..25d3164e0 100755 --- a/scripts/ci_install_deps +++ b/scripts/ci_install_deps @@ -1,6 +1,6 @@ #!/usr/bin/env bash -curl -sSL https://install.python-poetry.org | python3 - +curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.6.1 python3 - which poetry > /dev/null || export PATH=$PATH:$HOME/.local/bin poetry --version poetry config virtualenvs.in-project true