1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 11:00:57 +08:00
Co-authored-by: Linlang <v-linlanglv@microsoft.com>
This commit is contained in:
Linlang
2023-07-19 17:33:47 +08:00
committed by GitHub
parent 1a32ba1806
commit 8676303077

View File

@@ -43,9 +43,6 @@ jobs:
- name: Qlib installation test
run: |
python -m pip install pyqlib
# Specify the numpy version because the numpy upgrade caused the CI test to fail,
# and this line of code will be removed when the next version of qlib is released.
python -m pip install "numpy<1.23"
- name: Install Lightgbm for MacOS
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-latest' }}