1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00
This commit is contained in:
Linlang Lv (iSoftStone)
2023-07-18 11:35:23 +08:00
parent 080b42a19e
commit 159addf023

View File

@@ -39,7 +39,7 @@ jobs:
- name: Set up Python tools
run: |
python -m pip install cython
python -m pip install cython<3.0
python -m pip install numpy<1.24
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]"