From 8676303077a11ce67c6c9cefcf65ca6f310f100e Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Wed, 19 Jul 2023 17:33:47 +0800 Subject: [PATCH] fix_ci (#1608) Co-authored-by: Linlang --- .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 346dd4960..bde41d802 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' }}