Skip to content

Commit

Permalink
[CI] Fix macos job. (#457)
Browse files Browse the repository at this point in the history
* [CI] Fix macos job.
  • Loading branch information
fghoussen authored May 8, 2024
1 parent 4caa8f4 commit 7f25013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,12 @@ jobs:
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
python3 -m venv ./venv
source ./venv/bin/activate
pip3 install numpy
- name: Run job
run: |
source ./venv/bin/activate
mkdir -p build
cd build
export FC=gfortran
Expand Down

0 comments on commit 7f25013

Please sign in to comment.