Skip to content

Commit

Permalink
added hnn pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 10, 2024
1 parent 96e4c82 commit 5057b23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ jobs:
# shell: bash -el {0}
# run: |
# flake8 --count hnn_core
# - name: Test with pytest
# shell: bash -el {0}
# run: |
# conda activate test
# python -m pytest ./hnn_core/tests/test_dipole.py --cov=hnn_core --cov-report=xml -s
- name: Test with pytest
shell: bash -el {0}
run: |
python -m pytest ./hnn_core/tests/test_dipole.py --cov=hnn_core --cov-report=xml -s
# # - name: Upload coverage to Codecov
# shell: bash -el {0}
# run: |
Expand Down

0 comments on commit 5057b23

Please sign in to comment.