mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
3
.github/workflows/test_qlib_from_pip.yml
vendored
3
.github/workflows/test_qlib_from_pip.yml
vendored
@@ -43,9 +43,6 @@ jobs:
|
|||||||
- name: Qlib installation test
|
- name: Qlib installation test
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pyqlib
|
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
|
- name: Install Lightgbm for MacOS
|
||||||
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-11' || matrix.os == 'macos-latest' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user