Skip to content

Commit 1916f20

Browse files
committed
Python not playing ball.
1 parent 3971f64 commit 1916f20

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-mpmath && 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
1818
- name: configure
1919
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
2020
- name: make

0 commit comments

Comments
 (0)