diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 861406d85..b49d2a26c 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -60,10 +60,10 @@ jobs: # shell: bash -el {0} # run: | # flake8 --count hnn_core - # - 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: 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: |