We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caa8f4 commit 3932801Copy full SHA for 3932801
.github/workflows/jobs.yml
@@ -211,6 +211,8 @@ jobs:
211
# https://github.com/actions/runner-images/issues/6459
212
# https://github.com/actions/runner-images/issues/6507
213
# https://github.com/actions/runner-images/issues/2322
214
+ python3 -m venv ./venv
215
+ source ./venv/bin/activate
216
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
217
brew reinstall gcc # brings gfortran on path
218
brew install cmake eigen boost-python3 python3
0 commit comments