We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea0d61 commit 6ed57ebCopy full SHA for 6ed57eb
.github/workflows/ci.yml
@@ -220,7 +220,7 @@ jobs:
220
221
- name: Run Python Tests
222
run: |
223
- pytest tests/ --cov=src --cov-report xml:coverage-python.xml --cov-report html:coverage-html
+ pytest pydatastructs/utils/tests/ --cov=src --cov-report xml:coverage-python.xml --cov-report html:coverage-html
224
225
- name: Install C++ Dependencies
226
0 commit comments