[CI] Fix macos job. (#457)

* [CI] Fix macos job.
This commit is contained in:
Franck HOUSSEN
2024-05-08 12:35:10 +02:00
committed by GitHub
parent 4caa8f4c70
commit 7f25013f29
+3
View File
@@ -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