Skip to content

Commit

Permalink
Need test dependencies to run tests in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jan 31, 2025
1 parent 399afc9 commit 56e13b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ jobs:
shell: bash
run: |
#pip install https://github.com/cmlibs/zinc/releases/download/v4.2.0/cmlibs.zinc-4.2.0-cp311-cp311-linux_x86_64.whl
pip install .
pip install .[test]
- name: Run tests
shell: bash
run: |
python -m unittest discover -s tests/
- name: Report coverage
shell: bash
run: |
pip install .[test]
coverage run --source=mbfxml2ex -m unittest discover -s tests
coverage report

0 comments on commit 56e13b3

Please sign in to comment.