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 fa3d614 commit 3708604Copy full SHA for 3708604
.github/actions/install-dependencies/action.yml
@@ -12,7 +12,7 @@ runs:
12
sudo apt-get install -y cmake
13
sudo apt-get install -y libgmp-dev
14
sudo apt-get install -y python3-pip
15
- pip3 install sympy
+ python3 -m pip install sympy
16
echo "Install Linux dependencies [DONE]"
17
18
- name: Install Mac Dependencies
@@ -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
28
echo "Install Mac dependencies [DONE]"
0 commit comments