1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 09:11:00 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-06 10:19:54 +08:00
parent 1f390feafd
commit f568c2f126

View File

@@ -60,12 +60,12 @@ jobs:
run: | run: |
python -m pip install --upgrade cython python -m pip install --upgrade cython
python -m pip install -e .[dev] python -m pip install -e .[dev]
python -m pip install Mako==1.3.0 python -m pip install "Mako<=1.3.0"
python -m pip install gitpython==3.1.40 python -m pip install "gitpython<=3.1.40"
python -m pip install importlib-resources==6.1.1 python -m pip install "importlib-resources<=6.1.1"
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"
- 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