Skip to content

Commit 2151b4a

Browse files
committed
Add missing github workflow dep.
1 parent cc66f93 commit 2151b4a

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: get dependencies
13-
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-mpmath python3-sympy python3-gmpy2 && pip3 install sympy
13+
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-mpmath python3-sympy python3-gmpy2 python3-setuptools && pip3 install sympy
1414
- name: configure
1515
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
1616
- name: make

0 commit comments

Comments
 (0)