From 1978137bb7b2b79a88200dff1a43936a89a3a23e Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 30 May 2024 11:57:13 +0800 Subject: [PATCH] fix ci error --- .github/workflows/test_qlib_from_pip.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_qlib_from_pip.yml b/.github/workflows/test_qlib_from_pip.yml index 4cc842b223..4b9fa7c34d 100644 --- a/.github/workflows/test_qlib_from_pip.yml +++ b/.github/workflows/test_qlib_from_pip.yml @@ -45,6 +45,9 @@ jobs: - name: Qlib installation test run: | + # 2024-05-30 scs has released a new version: 3.2.4.post2, + # This will cause the CI to fail, so we have limited the version of scs for now. + python -m pip install "scs<=3.2.4" python -m pip install pyqlib - name: Install Lightgbm for MacOS