mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
fix ci
This commit is contained in:
1
.github/workflows/test_qlib_from_source.yml
vendored
1
.github/workflows/test_qlib_from_source.yml
vendored
@@ -153,6 +153,7 @@ jobs:
|
|||||||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
|
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
|
||||||
brew unlink libomp
|
brew unlink libomp
|
||||||
brew install libomp.rb
|
brew install libomp.rb
|
||||||
|
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:$DYLD_LIBRARY_PATH
|
||||||
|
|
||||||
# Run after data downloads
|
# Run after data downloads
|
||||||
- name: Check Qlib ipynb with nbconvert
|
- name: Check Qlib ipynb with nbconvert
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ jobs:
|
|||||||
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
|
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/fb8323f2b170bd4ae97e1bac9bf3e2983af3fdb0/Formula/libomp.rb
|
||||||
brew unlink libomp
|
brew unlink libomp
|
||||||
brew install libomp.rb
|
brew install libomp.rb
|
||||||
|
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:$DYLD_LIBRARY_PATH
|
||||||
|
|
||||||
- name: Unit tests with Pytest
|
- name: Unit tests with Pytest
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user