Skip to content

Commit 251c1d8

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 2db7fe3 commit 251c1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Run tests
114114
run: |
115-
python -m pytest pydatastructs/ -v
115+
python -m pytest pydatastructs/ -v --import-mode=importlib --ignore-glob="**/benchmarks/**" --ignore=pydatastructs/linear_data_structures/tests/benchmarks/
116116
117117
- name: Build Documentation
118118
run: |
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Run tests
159159
run: |
160-
python -m pytest pydatastructs/ -v
160+
python -m pytest pydatastructs/ -v --import-mode=importlib --ignore-glob="**/benchmarks/**" --ignore=pydatastructs/linear_data_structures/tests/benchmarks/
161161
162162
- name: Build Documentation
163163
run: |

0 commit comments

Comments
 (0)