Skip to content

Commit

Permalink
Fix macOS 14 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Aug 1, 2024
1 parent f6756e0 commit ee2d22d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_macos14_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install openmpi
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install pkg-config
python3 -m pip install --upgrade pip
pip3 install tox tox-gh-actions
python3 -m venv ~/tox_venv
~/tox_venv/bin/activate && python3 -m pip install --upgrade pip
~/tox_venv/bin/activate && python3 -m pip install tox tox-gh-actions
- name: Run all tests on macOS Sonoma 14 with Clang
run: cd ${GITHUB_WORKSPACE} && make test test_examples
run: cd ${GITHUB_WORKSPACE} && PATH=$PATH:~/tox_venv/bin make test test_examples

0 comments on commit ee2d22d

Please sign in to comment.