Skip to content

Commit cf211e9

Browse files
committed
Github runner macOS pip -> pip3
1 parent 3ad43aa commit cf211e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ runs:
2424
## gmp and python are already installed in the latest macOS
2525
# brew install gmp
2626
# brew install python
27-
pip install sympy
27+
pip3 install sympy
2828
echo "Install Mac dependencies [DONE]"

0 commit comments

Comments
 (0)