Skip to content

Commit

Permalink
re introduce pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson committed Apr 16, 2024
1 parent 4617848 commit 72d5ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-unix-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:

- name: Install project dependencies
run: poetry install -vv || { rm -rf .poetry_cache/virtualenvs/*; poetry install -vv; }

- name: Run tests with Poetry
run: poetry run pytest

0 comments on commit 72d5ebf

Please sign in to comment.