Skip to content

Commit

Permalink
test fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
Linlang committed Mar 6, 2024
1 parent 1f390fe commit f568c2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ jobs:
run: |
python -m pip install --upgrade cython
python -m pip install -e .[dev]
python -m pip install Mako==1.3.0
python -m pip install gitpython==3.1.40
python -m pip install importlib-resources==6.1.1
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 install "Mako<=1.3.0"
python -m pip install "gitpython<=3.1.40"
python -m pip install "importlib-resources<=6.1.1"
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"
- name: Lint with Black
# Python 3.7 will use a black with low level. So we use python with higher version for black check
Expand Down

0 comments on commit f568c2f

Please sign in to comment.