diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index d26d283..14aa947 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,6 +47,12 @@ jobs: with: python-version: "3.9" + - name: Install and configure poetry + run: | + pip install poetry + poetry config virtualenvs.create false + poetry install + - name: Install dependencies run: | pip install --upgrade pip