Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Oct 31, 2023
1 parent f1dfa73 commit dfcf44e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ runs:
shell: bash
run: |
echo "Install Mac dependencies"
#brew update
# brew update
## python3 installation fails after updating brew. It is an open issue, so until it is fixed we disable updating brew
brew install gmp
brew install python
pip install sympy
Expand Down

0 comments on commit dfcf44e

Please sign in to comment.