Skip to content

Commit f715d75

Browse files
author
Kasper Peeters
committed
Virtual envs are the root of all evil.
1 parent c0b3ce0 commit f715d75

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
- name: configure
3838
run: |
3939
source .venv/bin/activate
40-
mkdir build && cd build && cmake -G Ninja -DENABLE_MATHEMATICA=OFF ..
40+
mkdir build && cd build && cmake -G Ninja -DENABLE_MATHEMATICA=OFF \
41+
-DPython_ROOT_DIR="$VIRTUAL_ENV" \
42+
-DPython_FIND_VIRTUALENV=ONLY \
43+
..
4144
4245
- name: build
4346
run: |

0 commit comments

Comments
 (0)