Skip to content

Commit

Permalink
Poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
tadas-subonis committed Aug 20, 2023
1 parent 0c0f850 commit ea57dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install dependencies and project
run: |
poetry install
- name: Run tests with pytest
run: |
poetry run pytest tests

0 comments on commit ea57dc0

Please sign in to comment.