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 1bed533 commit a9b896aCopy full SHA for a9b896a
.github/workflows/review.yaml
@@ -199,6 +199,8 @@ jobs:
199
if [ ! -d "$(pwd)/bmf/output/" ]; then
200
# export LIBRARY_PATH=$(pwd)/opt/binutils/lib:$LIBRARY_PATH
201
# export CMAKE_PREFIX_PATH=$(pwd)/opt/binutils:$CMAKE_PREFIX_PATH
202
+ brew link --force python@3.9
203
+ export BMF_PYTHON_VERSION="3.9
204
pip install setuptools
205
(cd bmf && git checkout oc && git submodule update --init --recursive && ./build_osx.sh)
206
else
0 commit comments