Skip to content

Commit

Permalink
run tests from test dir
Browse files Browse the repository at this point in the history
to avoid the local import I guess?
  • Loading branch information
ianhi committed Oct 25, 2021
1 parent 78277c6 commit bc26c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ jobs:
pip install *.whl
- name: Tests
run: pytest --color=yes
run: |
cd tests
pytest --color=yes

0 comments on commit bc26c8e

Please sign in to comment.