We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d408f commit 646d19eCopy full SHA for 646d19e
.github/workflows/test_qlib_from_source.yml
@@ -54,6 +54,11 @@ jobs:
54
run: |
55
make dev
56
57
+ - name: install fake-useragent for python 3.8
58
+ if: ${{ matrix.python-version == '3.8' }}
59
+ run: |
60
+ python -m pip install "fake-useragent<1.5.0"
61
+
62
- name: Lint with Black
63
64
make black
.github/workflows/test_qlib_from_source_slow.yml
@@ -35,6 +35,11 @@ jobs:
35
36
37
38
39
40
41
42
43
- name: Downloads dependencies data
44
45
python scripts/get_data.py qlib_data --name qlib_data_simple --target_dir ~/.qlib/qlib_data/cn_data --interval 1d --region cn
0 commit comments