Skip to content

Commit

Permalink
tests: add tests with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j committed Aug 1, 2024
1 parent c85c407 commit 8ffc8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Install Dev Dependencies
run: pip install mmtf-python numpy scipy pandas pytest looseversion importlib_resources
- name: Run unit tests and generate coverage report
run: pytest -s -
run: pytest -s -v

0 comments on commit 8ffc8fc

Please sign in to comment.