We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad43aa commit cf211e9Copy full SHA for cf211e9
.github/actions/install-dependencies/action.yml
@@ -24,5 +24,5 @@ runs:
24
## gmp and python are already installed in the latest macOS
25
# brew install gmp
26
# brew install python
27
- pip install sympy
+ pip3 install sympy
28
echo "Install Mac dependencies [DONE]"
0 commit comments