We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d939ba commit 6942185Copy full SHA for 6942185
.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
206
- name: Install Dependencies on MacOS
207
if: ${{ contains(matrix.os, 'macos') }}
208
run: |
209
- brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp
+ brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp onnxruntime
210
echo "CMAKE_PREFIX_PATH=/opt/homebrew/opt/libomp" >> $GITHUB_ENV
211
echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH
212
0 commit comments