We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346dab3 commit 717a35bCopy full SHA for 717a35b
.github/actions/install-dependencies/action.yml
@@ -22,7 +22,7 @@ runs:
22
echo "Install Mac dependencies"
23
# brew update
24
## python3 installation fails after updating brew. It is an open issue, so until it is fixed we disable updating brew
25
- brew install gmp
26
- brew install python
+ # brew install gmp
+ # brew install python
27
pip install sympy
28
echo "Install Mac dependencies [DONE]"
0 commit comments