Skip to content

Commit 717a35b

Browse files
authored
Update action.yml
1 parent 346dab3 commit 717a35b

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
@@ -22,7 +22,7 @@ runs:
2222
echo "Install Mac dependencies"
2323
# brew update
2424
## 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
25+
# brew install gmp
26+
# brew install python
2727
pip install sympy
2828
echo "Install Mac dependencies [DONE]"

0 commit comments

Comments
 (0)