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

Update brew install link

This commit is contained in:
Jactus
2020-10-10 10:07:31 +08:00
committed by you-n-g
parent 97164f8f5d
commit 04fbe8d2f8
2 changed files with 651 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ jobs:
- name: Install Lightgbm for MacOS
if: runner.os == 'macOS'
run: |
/bin/bash -c "$(curl -fsSL http://fintech.msra.cn/stock_data/downloads/brew_install.sh)"
brew install lightgbm
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Microsoft/qlib/main/.github/brew_install.sh)"
HOMEBREW_NO_AUTO_UPDATE=1 brew install lightgbm
- name: Install test dependencies
run: |