Skip to content

Commit e5c9b24

Browse files
committed
Fix CI.
1 parent 3932801 commit e5c9b24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/jobs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,15 @@ 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
216214
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
217215
brew reinstall gcc # brings gfortran on path
218216
brew install cmake eigen boost-python3 python3
217+
python3 -m venv ./venv
218+
source ./venv/bin/activate
219219
pip3 install numpy
220220
- name: Run job
221221
run: |
222+
source ./venv/bin/activate
222223
mkdir -p build
223224
cd build
224225
export FC=gfortran

0 commit comments

Comments
 (0)