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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user