We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717a35b commit 8dbccc5Copy full SHA for 8dbccc5
.github/actions/install-dependencies/action.yml
@@ -20,8 +20,8 @@ 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
+ brew update
+ ## gmp and python are already installed in the latest macOS
25
# brew install gmp
26
# brew install python
27
pip install sympy
0 commit comments