From fd47f51bc18c6eaf592cc412a5d3fd94a057f6ae Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Tue, 6 Feb 2024 16:59:37 -0500 Subject: [PATCH] ci: Fix poetry install command --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53e8264..de01e2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: - checkout - run: name: Install poetry - command: pipx install poetry + command: apt-get update && apt-get install -y python3-poetry - run: name: Install dependencies