mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 09:11:00 +08:00
test fix CI error
This commit is contained in:
@@ -37,6 +37,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
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
|
- name: Set up Python tools
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user