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 25a6ff0 commit 240cdff
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 240cdff

Please sign in to comment.