1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 02:21:18 +08:00

Fix pytest bug

This commit is contained in:
Jactus
2020-09-30 10:31:42 +08:00
committed by you-n-g
parent 6c401d17b8
commit 34ce3ad9bf

View File

@@ -50,7 +50,7 @@ jobs:
- name: Unit tests with Pytest
run: |
cd tests
pytest . --duration==0
pytest . --durations=0
- name: Test data downloads and examples
run: |