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 2db7fe3 commit 251c1d8Copy full SHA for 251c1d8
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Run tests
114
run: |
115
- python -m pytest pydatastructs/ -v
+ python -m pytest pydatastructs/ -v --import-mode=importlib --ignore-glob="**/benchmarks/**" --ignore=pydatastructs/linear_data_structures/tests/benchmarks/
116
117
- name: Build Documentation
118
@@ -157,7 +157,7 @@ jobs:
157
158
159
160
161
162
163
0 commit comments