mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
test fix CI error
This commit is contained in:
12
.github/workflows/test_qlib_from_source.yml
vendored
12
.github/workflows/test_qlib_from_source.yml
vendored
@@ -66,14 +66,10 @@ jobs:
|
|||||||
python -m pip install "prometheus-client<=0.19.0"
|
python -m pip install "prometheus-client<=0.19.0"
|
||||||
python -m pip install "python-dateutil<=2.8.2"
|
python -m pip install "python-dateutil<=2.8.2"
|
||||||
python -m pip install "sqlalchemy<=1.4.51"
|
python -m pip install "sqlalchemy<=1.4.51"
|
||||||
python -m pip uninstall certifi
|
python -m pip uninstall -y certifi
|
||||||
python -m pip uninstall charset-normalizer
|
python -m pip uninstall -y charset-normalizer
|
||||||
python -m pip uninstall requests
|
python -m pip uninstall -y requests
|
||||||
python -m pip uninstall urllib3
|
python -m pip uninstall -y urllib3
|
||||||
python -m pip uninstall certifi
|
|
||||||
python -m pip uninstall charset-normalizer
|
|
||||||
python -m pip uninstall requests
|
|
||||||
python -m pip uninstall urllib3
|
|
||||||
|
|
||||||
- name: Lint with Black
|
- name: Lint with Black
|
||||||
# Python 3.7 will use a black with low level. So we use python with higher version for black check
|
# Python 3.7 will use a black with low level. So we use python with higher version for black check
|
||||||
|
|||||||
Reference in New Issue
Block a user