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

fix macos-test-ci

This commit is contained in:
zhupr
2021-07-21 01:04:01 +08:00
committed by you-n-g
parent bf7732e284
commit f03df874bf

View File

@@ -47,11 +47,13 @@ jobs:
fi
shell: bash
- name: Install Lightgbm for MacOS
- name: Install Lightgbm and Upgrade openssl for MacOS
if: runner.os == 'macOS'
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Microsoft/qlib/main/.github/brew_install.sh)"
HOMEBREW_NO_AUTO_UPDATE=1 brew install lightgbm
brew upgrade openssl
sudo $CONDA/bin/python -m pip install -U pyopenssl idna
- name: Test data downloads
run: |