Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed May 8, 2024
1 parent 3932801 commit e5c9b24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,15 @@ 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
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 e5c9b24

Please sign in to comment.