From d5ee587a96c7e575daa9e75a4dec44541ca08a64 Mon Sep 17 00:00:00 2001 From: "Linlang Lv (iSoftStone)" Date: Tue, 18 Jul 2023 11:31:21 +0800 Subject: [PATCH] test_ci --- .github/workflows/test_qlib_from_source.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_qlib_from_source.yml b/.github/workflows/test_qlib_from_source.yml index 68ac782b8..69ae34035 100644 --- a/.github/workflows/test_qlib_from_source.yml +++ b/.github/workflows/test_qlib_from_source.yml @@ -37,15 +37,11 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Update pip to the latest version - # pip release version 23.1 on Apr.15 2023, CI failed to run, Please refer to #1495 ofr detailed logs. - # The pip version has been temporarily fixed to 23.0 - run: | - python -m pip install --upgrade pip - - name: Set up Python tools run: | + python -m pip install --upgrade pip python -m pip install cython + python -m pip install --upgrade pip python -m pip install numpy<1.24 python setup.py bdist_wheel python -c "from pathlib import Path; current_directory = Path.cwd(); dist_directory = current_directory / 'dist'; files = dist_directory.glob('*'); [print(file.name) for file in files]"