Skip to content

Commit

Permalink
fixup! ci: setup GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Dec 9, 2023
1 parent 841f9d5 commit 2b0ba35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
pip install pytest
pytest --cov neurodiffeq
pip install pytest pytest-cov
pytest --cov-report term --cov=neurodiffeq/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 2b0ba35

Please sign in to comment.