Skip to content

Commit 946c675

Browse files
committed
One final missed dependency for github actions.
1 parent 1916f20 commit 946c675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: 3.7
1616
- 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
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 gmpy2
1818
- name: configure
1919
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
2020
- name: make

0 commit comments

Comments
 (0)