We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3932801 commit e5c9b24Copy full SHA for e5c9b24
.github/workflows/jobs.yml
@@ -211,14 +211,15 @@ 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
+ python3 -m venv ./venv
+ source ./venv/bin/activate
219
pip3 install numpy
220
- name: Run job
221
run: |
222
223
mkdir -p build
224
cd build
225
export FC=gfortran
0 commit comments