Skip to content

Commit 3e7278e

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 8e4fb88 commit 3e7278e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
115115
- name: Run tests
116116
run: |
117-
cd /tmp
118-
PYTHONPATH=$GITHUB_WORKSPACE/install/lib/python${{ matrix.python-version }}/site-packages pytest --import-mode=importlib pydatastructs
117+
export PYTHONPATH=$PWD/install/lib/python${{ matrix.python-version }}/site-packages:$PWD:$PYTHONPATH
118+
pytest --import-mode=importlib
119119
120120
- name: Build Documentation
121121
run: |
@@ -162,8 +162,8 @@ jobs:
162162
163163
- name: Run tests
164164
run: |
165-
cd /tmp
166-
PYTHONPATH=$GITHUB_WORKSPACE/install/lib/python${{ matrix.python-version }}/site-packages pytest --import-mode=importlib pydatastructs
165+
export PYTHONPATH=$PWD/install/lib/python${{ matrix.python-version }}/site-packages:$PWD:$PYTHONPATH
166+
pytest --import-mode=importlib
167167
168168
- name: Build Documentation
169169
run: |

0 commit comments

Comments
 (0)