Skip to content

Commit

Permalink
merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Oct 17, 2024
2 parents 2d94f3e + de0a8cc commit fd0d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Test with pytest
run: |
cd ${CLAW}/pyclaw
coverage run --source=src -m pytest --ignore=development
coverage run --source=src -m pytest --ignore=development -k "not test_shallow_sphere"
- name: Upload to Coveralls
if: always()
Expand Down

0 comments on commit fd0d80d

Please sign in to comment.