1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 10:31:00 +08:00

Update benchmark performance

This commit is contained in:
Jactus
2020-12-11 09:55:37 +08:00
committed by you-n-g
parent 9307bcc8d1
commit d6dd423dc2
2 changed files with 5 additions and 6 deletions

View File

@@ -26,7 +26,6 @@ jobs:
- name: Install dependencies
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
$CONDA\\python.exe -m pip install --upgrade cython
$CONDA\\python.exe -m pip install --upgrade cython
$CONDA\\python.exe -m pip install numpy jupyter jupyter_contrib_nbextensions
$CONDA\\python.exe -m pip install -U scipy scikit-learn # installing without this line will cause errors on GitHub Actions, while instsalling locally won't