We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346dab3 commit 331cdffCopy full SHA for 331cdff
.github/actions/install-dependencies/action.yml
@@ -20,9 +20,9 @@ runs:
20
shell: bash
21
run: |
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 update
+ ## gmp and python are already installed in the latest macOS
+ # brew install gmp
+ # brew install python
27
pip install sympy
28
echo "Install Mac dependencies [DONE]"
0 commit comments