diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ed5210e..85abc0bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,16 +30,16 @@ jobs: - name: Check formatting with black run: | - black --check neurax tests + black --check jaxley tests - name: Check imports with isort run: | - isort -c neurax tests + isort -c jaxley tests # - name: Test with pytest # run: | # pip install pytest pytest-cov - # pytest -m "not tridiax" tests/ --cov=neurax --cov-report=xml + # pytest -m "not tridiax" tests/ --cov=jaxley --cov-report=xml # - name: Upload coverage to Codecov # uses: codecov/codecov-action@v3