Skip to content

Commit

Permalink
pybamm-team#3049 code review suggestions from Eric
Browse files Browse the repository at this point in the history
do not install gcc or gfortran if they are already installed, just reinstall them

Co-Authored-By: Eric G. Kratz <[email protected]>
  • Loading branch information
2 people authored and js1tr3 committed Aug 12, 2024
1 parent f0872e1 commit 0f1c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew update
brew install gcc gfortran libomp graphviz openblas
brew install graphviz openblas libomp
brew reinstall gcc
python -m pip install cmake wget
python scripts/install_KLU_Sundials.py
Expand Down

0 comments on commit 0f1c15b

Please sign in to comment.