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 f568c2f commit 25a6ff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ 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
- 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 25a6ff0

Please sign in to comment.