Skip to content

Commit

Permalink
ci: install openmp from conda forge on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed authored Aug 20, 2024
1 parent 50b56a2 commit 557c746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
conda info
conda install -c conda-forge pocl pyopencl
if [ "$RUNNER_OS" == "macOS" ]; then
conda install -c conda-forge opemp
python -c 'import pyopencl as cl'
if: ${{ runner.os != 'Windows' }}
- name: Install dependencies
Expand Down

0 comments on commit 557c746

Please sign in to comment.