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 88b00f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_macos14_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
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 && pip3 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 88b00f3

Please sign in to comment.