Skip to content

Commit

Permalink
Revert "ci: Change markers on pytest"
Browse files Browse the repository at this point in the history
This reverts commit 14e2110.
  • Loading branch information
Jacob-Stevens-Haas committed Oct 16, 2024
1 parent 4b15699 commit ddf8d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
pip install .[dev,miosr,cvxpy,sbr]
- name: Test with pytest
run: |
coverage run --source=pysindy -m pytest test -m "notebooks or not notebooks" && coverage xml
coverage run --source=pysindy -m pytest test -m "not slow" && coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit ddf8d6d

Please sign in to comment.