Skip to content

Commit 3708604

Browse files
committed
sympy issue on github action -- try 1
1 parent fa3d614 commit 3708604

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
@@ -12,7 +12,7 @@ runs:
1212
sudo apt-get install -y cmake
1313
sudo apt-get install -y libgmp-dev
1414
sudo apt-get install -y python3-pip
15-
pip3 install sympy
15+
python3 -m pip install sympy
1616
echo "Install Linux dependencies [DONE]"
1717
1818
- name: Install Mac Dependencies
@@ -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+
python3 -m pip install sympy
2828
echo "Install Mac dependencies [DONE]"

0 commit comments

Comments
 (0)