1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 19:41:00 +08:00

Update brew install for MacOS

This commit is contained in:
Jactus
2020-10-09 16:06:13 +08:00
committed by you-n-g
parent 7c6e5e822c
commit 97164f8f5d

View File

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