Skip to content

Commit

Permalink
[CI] Get libomp install path
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Aug 4, 2023
1 parent 438a78e commit 2c1f1c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,19 @@ jobs:
- name: Install OpenMP (macOS)
if: runner.os == 'macOS'
run: |
brew install libomp
brew reinstall libomp
brew --prefix libomp
- name: Show python info
shell: bash -e {0}
run: |
which python
python --version
- name: Show Compiler info
shell: bash -e {0}
run: |
echo ${CXX}
which ${CXX}
${CXX} --version
- name: Build
shell: bash -e {0}
run: |
Expand Down

0 comments on commit 2c1f1c8

Please sign in to comment.