1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00

Update CI

This commit is contained in:
Jactus
2020-12-04 11:51:45 +08:00
parent 07fb9031c6
commit 99adc514a5
3 changed files with 7 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ jobs:
run: |
pip install --upgrade cython
pip install numpy jupyter jupyter_contrib_nbextensions
pip install -U scipy scikit-learn # installing without this line will cause errors on GitHub Actions, while instsalling locally won't
python setup.py install
- name: Install Lightgbm for MacOS