Skip to content

Commit 6ed57eb

Browse files
committed
fixed the path in pytests
1 parent 5ea0d61 commit 6ed57eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
221221
- name: Run Python Tests
222222
run: |
223-
pytest tests/ --cov=src --cov-report xml:coverage-python.xml --cov-report html:coverage-html
223+
pytest pydatastructs/utils/tests/ --cov=src --cov-report xml:coverage-python.xml --cov-report html:coverage-html
224224
225225
- name: Install C++ Dependencies
226226
run: |

0 commit comments

Comments
 (0)