From 9d732e964667aa39fa72cf0348d20f1a535f72f2 Mon Sep 17 00:00:00 2001 From: wangwenxi-handsome <77676340+wangwenxi-handsome@users.noreply.github.com> Date: Fri, 23 Jul 2021 18:25:24 +0800 Subject: [PATCH] Update Action --- .github/workflows/test.yml | 22 +++++++++++----------- .github/workflows/test_macos.yml | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a78d2d9a..490c06246 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,16 +56,16 @@ jobs: fi shell: bash - - name: Test workflow by config (install from pip) - run: | - if [ "$RUNNER_OS" == "Windows" ]; then - $CONDA\\python.exe qlib\\workflow\\cli.py examples\\benchmarks\\LightGBM\\workflow_config_lightgbm_Alpha158.yaml - $CONDA\\python.exe -m pip uninstall -y pyqlib - else - $CONDA/bin/python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml - sudo $CONDA/bin/python -m pip uninstall -y pyqlib - fi - shell: bash + # - name: Test workflow by config (install from pip) + # run: | + # if [ "$RUNNER_OS" == "Windows" ]; then + # $CONDA\\python.exe qlib\\workflow\\cli.py examples\\benchmarks\\LightGBM\\workflow_config_lightgbm_Alpha158.yaml + # $CONDA\\python.exe -m pip uninstall -y pyqlib + # else + # $CONDA/bin/python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml + # sudo $CONDA/bin/python -m pip uninstall -y pyqlib + # fi + # shell: bash # Test Qlib installed from source - name: Install Qlib from source @@ -111,4 +111,4 @@ jobs: else $CONDA/bin/python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml fi - shell: bash \ No newline at end of file + shell: bash diff --git a/.github/workflows/test_macos.yml b/.github/workflows/test_macos.yml index 57aa87ded..5b34d84c2 100644 --- a/.github/workflows/test_macos.yml +++ b/.github/workflows/test_macos.yml @@ -44,10 +44,10 @@ jobs: run: | $CONDA/bin/python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --interval 1d --region cn - - name: Test workflow by config (install from pip) - run: | - $CONDA/bin/python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml - sudo $CONDA/bin/python -m pip uninstall -y pyqlib + # - name: Test workflow by config (install from pip) + # run: | + # $CONDA/bin/python qlib/workflow/cli.py examples/benchmarks/LightGBM/workflow_config_lightgbm_Alpha158.yaml + # sudo $CONDA/bin/python -m pip uninstall -y pyqlib # Test Qlib installed from source - name: Install Qlib from source