From 7f89182e25876929abfd601f39d1510b3c5651d9 Mon Sep 17 00:00:00 2001 From: Santiago Garcia Arango Date: Thu, 21 Sep 2023 23:45:13 -0500 Subject: [PATCH] Fix CI/CD unit tests and stages dependencies --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5f3ce3d..cf8a065 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,6 +48,9 @@ jobs: virtualenvs-in-project: true installer-parallel: true + - name: Install Poetry dependencies + run: poetry install --no-interaction + - name: Run tests run: poetry run poe test-unit