diff --git a/build_and_test.sh b/build_and_test.sh index 9a637bd9..07195e2e 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -20,7 +20,7 @@ elif [ "$os" == "darwin" ]; then brew install gmp - python3 -m pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0 + python3 -m pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0 --break-system-packages else echo "$os/$arch is not supported"