Skip to content

Commit

Permalink
Add --break-system-packages for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed Aug 18, 2024
1 parent 80cde43 commit 0023b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0023b3c

Please sign in to comment.