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 1916f20 commit 946c675Copy full SHA for 946c675
.github/workflows/ccpp.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: 3.7
16
- name: get dependencies
17
- run: sudo apt-get install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev texlive-base && python3 --version && which python3 && python3 -m pip install sympy
+ run: sudo apt-get install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev texlive-base && python3 --version && which python3 && python3 -m pip install sympy gmpy2
18
- name: configure
19
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
20
- name: make
0 commit comments