1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

test fix CI error

This commit is contained in:
Linlang
2024-03-05 23:00:56 +08:00
parent 9f1808378d
commit e71ee221f9
2 changed files with 7 additions and 7 deletions

View File

@@ -37,12 +37,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
if: (matrix.python-version != '3.8')
uses: actions/setup-python@v4
with:
python-version: "3.8.17"
- name: Set up Python tools
run: |
python -m pip install --upgrade pip