Skip to content

Commit

Permalink
Update test_macos.yml
Browse files Browse the repository at this point in the history
check python version
  • Loading branch information
zhupr committed Sep 7, 2021
1 parent 11141ea commit dc9f36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install Qlib with pip
run: |
python -m pip install numpy==1.19.5
python -V
python -m pip install pyqlib --ignore-installed ruamel.yaml numpy
- name: Install Lightgbm for MacOS
run: |
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
python -m pytest . --durations=0
- name: Test workflow by config (install from source)
run: |
python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml
python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml

0 comments on commit dc9f36e

Please sign in to comment.