Skip to content

Commit 8dbccc5

Browse files
authored
Update action.yml
1 parent 717a35b commit 8dbccc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ runs:
2020
shell: bash
2121
run: |
2222
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
23+
brew update
24+
## gmp and python are already installed in the latest macOS
2525
# brew install gmp
2626
# brew install python
2727
pip install sympy

0 commit comments

Comments
 (0)