Skip to content

Commit

Permalink
[CI] Fix macos job.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed May 8, 2024
1 parent 4caa8f4 commit 3932801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ jobs:
# https://github.com/actions/runner-images/issues/6459
# https://github.com/actions/runner-images/issues/6507
# https://github.com/actions/runner-images/issues/2322
python3 -m venv ./venv
source ./venv/bin/activate
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
brew reinstall gcc # brings gfortran on path
brew install cmake eigen boost-python3 python3
Expand Down

0 comments on commit 3932801

Please sign in to comment.