mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-03 02:50: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
|
||||
|
||||
- name: Unit tests with Pytest
|
||||
run: |
|
||||
cd tests
|
||||
python -m pytest . -m "slow" --durations=0
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
timeout_minutes: 120
|
||||
max_attempts: 3
|
||||
command: |
|
||||
cd tests
|
||||
python -m pytest . -m "slow" --durations=0
|
||||
|
||||
Reference in New Issue
Block a user