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 1212 - name : setup python
1313 uses : actions/setup-python@v2
1414 with :
15- python-version : 3.6
15+ 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-mpmath && python -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-mpmath && python3 --version && which python3 && python3 -m pip install sympy
1818 - name : configure
1919 run : mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
2020 - name : make
You can’t perform that action at this time.
0 commit comments