1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 10:01:19 +08:00
This commit is contained in:
Linlang Lv (iSoftStone)
2023-07-18 12:29:46 +08:00
parent c861bf82cd
commit 858d0a4d3d

View File

@@ -41,6 +41,7 @@ jobs:
run: |
python -m pip install "numpy<1.24.0"
python -m pip install cython==0.29.36
python -m pip install setuptools 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 "import sysconfig; print(sysconfig.get_platform())"