From 4104cb05c3bbf935dbc7fcf68c607b16765bd321 Mon Sep 17 00:00:00 2001 From: Austin Hartschen Date: Wed, 2 Aug 2023 08:42:41 -0700 Subject: [PATCH] Update poetry installer. --- .github/workflows/cicd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7237d3a..11d8645 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -23,11 +23,9 @@ jobs: - name: Install run: | curl -sSL https://install.python-poetry.org | python3 - - source $HOME/.local/bin poetry install - name: Test run: | - source $HOME/.local/bin poetry run pytest --runslow deploy: needs: test