Skip to content

Commit 531b7ed

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 01cfaff commit 531b7ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
113113
- name: Run tests
114114
run: |
115-
cd $HOME
116-
python -m pytest --pyargs pydatastructs -v --ignore-glob="**/benchmarks/**"
115+
spin test -v
117116
- name: Build Documentation
118117
run: |
119118
sphinx-build -b html docs/source/ docs/build/html
@@ -156,8 +155,7 @@ jobs:
156155
spin build -v
157156
- name: Run tests
158157
run: |
159-
cd $HOME
160-
python -m pytest --pyargs pydatastructs -v --ignore-glob="**/benchmarks/**"
158+
spin test -v
161159
162160
- name: Build Documentation
163161
run: |

0 commit comments

Comments
 (0)