diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 6dbbdfea2..8f4ecd5ca 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -59,10 +59,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: |