Skip to content

Commit

Permalink
added pip freeze and test viz
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 17, 2024
1 parent 7d14640 commit 541f517
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,15 @@ jobs:
# shell: bash -el {0}
# run: |
# flake8 --count hnn_core
- name: Freeze package versions
shell: bash -el {0}
run: |
python -m pip freeze
- name: Test with pytest
shell: bash -el {0}
run: |
python -m pytest ./hnn_core/tests/test_parallel_backends.py --cov=hnn_core --cov-report=xml -s
python -m pytest ./hnn_core/tests/test_viz.py --cov=hnn_core --cov-report=xml -s
# - name: Upload coverage to Codecov
# shell: bash -el {0}
Expand Down

0 comments on commit 541f517

Please sign in to comment.