1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 12:00:58 +08:00

Add retry for git actions & Fix MacOS Segment Error (#1173)

* Update test_qlib_from_source_slow.yml

* Update test_qlib_from_source.yml

* Update test_qlib_from_source.yml

* Update test_qlib_from_pip.yml

* Update test_qlib_from_source.yml
This commit is contained in:
you-n-g
2022-07-01 09:52:42 +08:00
committed by GitHub
parent 23c657a7a2
commit 5e404909cf
3 changed files with 29 additions and 4 deletions

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