Skip to content

Commit

Permalink
Fix CI/CD unit tests and stages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Sep 22, 2023
1 parent c638e7a commit 7f89182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f89182

Please sign in to comment.