Skip to content

Commit 9650824

Browse files
committed
Fix another path problem
1 parent 33307b4 commit 9650824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Test with pytest
126126
run: |
127-
cd ${{ env.CLAW }}
127+
cd ${{ env.CLAW }}/pyclaw
128128
coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-report.xml
129129
130130
- name: Process test results

0 commit comments

Comments
 (0)