1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +08:00

test pip install from testpypi

This commit is contained in:
Linlang
2024-12-19 10:50:20 +08:00
parent 05a9f8cd30
commit 6a4273c300

View File

@@ -32,7 +32,7 @@ jobs:
- name: Qlib installation test
run: |
python -m pip install --index-url https://test.pypi.org/simple/ pyqlib==0.9.5.92
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pyqlib[dev]==0.9.5.92
- name: Install Lightgbm for MacOS
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' || matrix.os == 'macos-latest' }}