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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user