Skip to content

Commit e60a234

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent cc1f9c7 commit e60a234

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
@@ -154,7 +154,7 @@ jobs:
154154
spin build -v
155155
- name: Run tests
156156
run: |
157-
python -m pytest --import-mode=importlib pydatastructs
157+
spin test -v
158158
159159
- name: Build Documentation
160160
run: |

0 commit comments

Comments
 (0)