File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments