1
0
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:
you-n-g
2022-06-29 13:38:36 +08:00
committed by GitHub
parent 23c657a7a2
commit b9624b074f

View File

@@ -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