Skip to content

Commit

Permalink
Fix macOS 14 pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Jul 28, 2024
1 parent efe2f6c commit 2172c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos14_clang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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
python3 -m pip install --user --upgrade pip
pip3 install tox tox-gh-actions
- name: Run all tests on macOS Sonoma 14 with Clang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos14_gcc_gfortran.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install gcc
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
python3 -m pip install --user --upgrade pip
pip3 install tox tox-gh-actions
- name: Run all tests
Expand Down

0 comments on commit 2172c51

Please sign in to comment.