From 61ecbd8942ab32c46616b38df456325972535b1f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Oct 2023 10:31:00 -0600 Subject: trying to add CD --- scripts/install_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install_dependencies.sh') diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 9bbf541..a28af11 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -3,6 +3,6 @@ if ! command -v poetry &> /dev/null then curl -sSL https://install.python-poetry.org | python3 - fi - +export PATH="/root/.local/bin:$PATH" cd /home/ec2-user -poetry install +/root/.local/bin/poetry install -- cgit v1.2.3