mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
Update test_qlib_from_source_slow.yml
This commit is contained in:
10
.github/workflows/test_qlib_from_source_slow.yml
vendored
10
.github/workflows/test_qlib_from_source_slow.yml
vendored
@@ -47,6 +47,10 @@ jobs:
|
|||||||
brew install libomp.rb
|
brew install libomp.rb
|
||||||
|
|
||||||
- name: Unit tests with Pytest
|
- name: Unit tests with Pytest
|
||||||
run: |
|
uses: nick-fields/retry@v2
|
||||||
cd tests
|
with:
|
||||||
python -m pytest . -m "slow" --durations=0
|
timeout_minutes: 120
|
||||||
|
max_attempts: 3
|
||||||
|
command: |
|
||||||
|
cd tests
|
||||||
|
python -m pytest . -m "slow" --durations=0
|
||||||
|
|||||||
Reference in New Issue
Block a user