From 5057b2338d392e2a0e3ee4a5d3a868409570e259 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Mon, 10 Jun 2024 10:09:22 -0400 Subject: [PATCH] added hnn pytest --- .github/workflows/unit_tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index df8988c9b..641f573bf 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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: |