1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
This commit is contained in:
Linlang Lv (iSoftStone Information)
2024-04-25 15:51:07 +08:00
parent 414fcb309e
commit f98370c878
2 changed files with 2 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ jobs:
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
brew unlink libomp
brew install libomp.rb
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:$DYLD_LIBRARY_PATH
# Run after data downloads
- name: Check Qlib ipynb with nbconvert

View File

@@ -57,6 +57,7 @@ jobs:
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
brew unlink libomp
brew install libomp.rb
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:$DYLD_LIBRARY_PATH
- name: Unit tests with Pytest
uses: nick-fields/retry@v2