1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 09:24:34 +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 - name: Install Lightgbm for MacOS
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | 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 brew install lightgbm
- name: Install test dependencies - name: Install test dependencies