Skip to content

Commit 9c19c74

Browse files
committed
Fix install
1 parent 2821ab3 commit 9c19c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Qlib from source
126126
run: |
127127
pip install --upgrade cython jupyter jupyter_contrib_nbextensions numpy scipy scikit-learn # installing without this line will cause errors on GitHub Actions, while instsalling locally won't
128-
pip install -e .
128+
python setup.py install
129129
130130
- name: Install test dependencies
131131
run: |

0 commit comments

Comments
 (0)