Skip to content

Commit

Permalink
fix_ci (#1608)
Browse files Browse the repository at this point in the history
Co-authored-by: Linlang <v-linlanglv@microsoft.com>
  • Loading branch information
SunsetWolf and Linlang committed Jul 19, 2023
1 parent 1a32ba1 commit 8676303
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_qlib_from_pip.yml
Expand Up @@ -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' }}
Expand Down

0 comments on commit 8676303

Please sign in to comment.