mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-30 17:41:18 +08:00
test_ci
This commit is contained in:
2
.github/workflows/test_qlib_from_source.yml
vendored
2
.github/workflows/test_qlib_from_source.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Set up Python tools
|
||||
run: |
|
||||
python -m pip install numpy<1.24.0
|
||||
python -m pip install "numpy<1.24.0"
|
||||
python -m pip install cython==0.29.36
|
||||
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]"
|
||||
|
||||
Reference in New Issue
Block a user