Skip to content

Commit 3932801

Browse files
committed
[CI] Fix macos job.
1 parent 4caa8f4 commit 3932801

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jobs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ jobs:
211211
# https://github.com/actions/runner-images/issues/6459
212212
# https://github.com/actions/runner-images/issues/6507
213213
# https://github.com/actions/runner-images/issues/2322
214+
python3 -m venv ./venv
215+
source ./venv/bin/activate
214216
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
215217
brew reinstall gcc # brings gfortran on path
216218
brew install cmake eigen boost-python3 python3

0 commit comments

Comments
 (0)