1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 19:41:00 +08:00
This commit is contained in:
Linlang Lv (iSoftStone)
2023-07-18 11:27:09 +08:00
parent 71a5fc3753
commit 4f09d87a74

View File

@@ -41,7 +41,7 @@ jobs:
# pip release version 23.1 on Apr.15 2023, CI failed to run, Please refer to #1495 ofr detailed logs.
# The pip version has been temporarily fixed to 23.0
run: |
python -m pip install pip==23.0
python -m pip install --upgrade pip
- name: Set up Python tools
run: |