You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Test workflow by config (install from pip)
108
117
run: |
@@ -113,6 +122,7 @@ jobs:
113
122
- name: Install Qlib from source
114
123
run: |
115
124
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
125
+
pip install gym tianshou torch
116
126
pip install -e .
117
127
118
128
- name: Install test dependencies
@@ -129,4 +139,3 @@ jobs:
129
139
- name: Test workflow by config (install from source)
0 commit comments