Skip to content

Commit 331cdff

Browse files
authored
Ci update macos (#94)
* Update action.yml * Update action.yml
1 parent 346dab3 commit 331cdff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ 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
25-
brew install gmp
26-
brew install python
23+
brew update
24+
## gmp and python are already installed in the latest macOS
25+
# brew install gmp
26+
# brew install python
2727
pip install sympy
2828
echo "Install Mac dependencies [DONE]"

0 commit comments

Comments
 (0)