From 240cdff0f3c9bc63dc1a71c58aa917baa99be5e1 Mon Sep 17 00:00:00 2001 From: Linlang Date: Wed, 6 Mar 2024 10:47:21 +0800 Subject: [PATCH] test fix CI error --- .github/workflows/test_qlib_from_source.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_qlib_from_source.yml b/.github/workflows/test_qlib_from_source.yml index 2d07dfdc10..8c1a0a6802 100644 --- a/.github/workflows/test_qlib_from_source.yml +++ b/.github/workflows/test_qlib_from_source.yml @@ -66,14 +66,10 @@ jobs: python -m pip install "prometheus-client<=0.19.0" python -m pip install "python-dateutil<=2.8.2" python -m pip install "sqlalchemy<=1.4.51" - python -m pip uninstall certifi - python -m pip uninstall charset-normalizer - python -m pip uninstall requests - python -m pip uninstall urllib3 - python -m pip uninstall certifi - python -m pip uninstall charset-normalizer - python -m pip uninstall requests - python -m pip uninstall urllib3 + python -m pip uninstall -y certifi + python -m pip uninstall -y charset-normalizer + python -m pip uninstall -y requests + python -m pip uninstall -y urllib3 - name: Lint with Black # Python 3.7 will use a black with low level. So we use python with higher version for black check