From 1fc36faa2804e65d7057c14d971c6935df6627cc Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 19 Jul 2023 16:46:53 +0800 Subject: [PATCH] fix_ci --- .github/workflows/test_qlib_from_pip.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test_qlib_from_pip.yml b/.github/workflows/test_qlib_from_pip.yml index 346dd49606..bde41d8026 100644 --- a/.github/workflows/test_qlib_from_pip.yml +++ b/.github/workflows/test_qlib_from_pip.yml @@ -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' }}