mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
test_ci
This commit is contained in:
8
.github/workflows/test_qlib_from_source.yml
vendored
8
.github/workflows/test_qlib_from_source.yml
vendored
@@ -37,15 +37,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Update pip to the latest version
|
|
||||||
# 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 --upgrade pip
|
|
||||||
|
|
||||||
- name: Set up Python tools
|
- name: Set up Python tools
|
||||||
run: |
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
python -m pip install cython
|
python -m pip install cython
|
||||||
|
python -m pip install --upgrade pip
|
||||||
python -m pip install numpy<1.24
|
python -m pip install numpy<1.24
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
python -c "from pathlib import Path; current_directory = Path.cwd(); dist_directory = current_directory / 'dist'; files = dist_directory.glob('*'); [print(file.name) for file in files]"
|
python -c "from pathlib import Path; current_directory = Path.cwd(); dist_directory = current_directory / 'dist'; files = dist_directory.glob('*'); [print(file.name) for file in files]"
|
||||||
|
|||||||
Reference in New Issue
Block a user