We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374404 commit 3e0d533Copy full SHA for 3e0d533
.github/workflows/macos.yml
@@ -51,7 +51,7 @@ jobs:
51
working-directory: build
52
run: |
53
export PYTHONPATH=$PYTHONPATH:$(brew --prefix)/lib/python
54
- cmake .. -DCMAKE_INSTALL_PREFIX=$(brew --prefix)/Cellar/${PACKAGE}/HEAD -DPython3_EXECUTABLE=$(brew --prefix)/bin/python3
+ cmake .. -DCMAKE_INSTALL_PREFIX=$(brew --prefix)/Cellar/${PACKAGE}/HEAD -DPython3_EXECUTABLE=$(brew --prefix python3)/bin/python3
55
- run: make
56
57
- run: make test
0 commit comments