Skip to content

Commit

Permalink
move unit tests from nose tests to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb committed Nov 28, 2024
1 parent bcee056 commit c7cabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
pip install -r requirements_dev.txt
- name: Run tests
run: |
pytest tests/unit_tests
PYTHONPATH=$(pwd) pytest tests/unit_tests

0 comments on commit c7cabdf

Please sign in to comment.