File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ 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 python3-setuptools && 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
1414 - name : configure
1515 run : mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
1616 - name : make
1717 run : cd build && make
1818 - name : make test
19- run : cd build && make test ARGS="-V"
19+ run : sudo apt-get install python3-sympy python3-gmpy2 && cd build && make test ARGS="-V"
You can’t perform that action at this time.
0 commit comments