1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

modify get_data method for CI

This commit is contained in:
Linlang
2023-07-05 13:59:38 +08:00
parent fd1e24c308
commit 99a60ac836

View File

@@ -60,7 +60,7 @@ jobs:
- name: Downloads dependencies data
run: |
python scripts/get_data.py qlib_data --name qlib_data_simple --target_dir ~/.qlib/qlib_data/cn_data --interval 1d --region cn
python -m qlib.run.get_data qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
- name: Test workflow by config
run: |