Skip to content

Commit 3971f64

Browse files
committed
Python not playing ball.
1 parent 77dad35 commit 3971f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
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

0 commit comments

Comments
 (0)