mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
Update Windows CI
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
|||||||
- name: Install Qlib with pip
|
- name: Install Qlib with pip
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
$CONDA\\python.exe -m pip install pyqlib --ignore-installed ruamel.yaml --user
|
$CONDA\\python.exe -m pip install numpy==1.19.5
|
||||||
|
$CONDA\\python.exe -m pip install pyqlib --ignore-installed ruamel.yaml numpy --user
|
||||||
else
|
else
|
||||||
sudo $CONDA/bin/python -m pip install numpy==1.19.5
|
sudo $CONDA/bin/python -m pip install numpy==1.19.5
|
||||||
sudo $CONDA/bin/python -m pip install pyqlib --ignore-installed ruamel.yaml numpy
|
sudo $CONDA/bin/python -m pip install pyqlib --ignore-installed ruamel.yaml numpy
|
||||||
|
|||||||
Reference in New Issue
Block a user