Skip to content
Snippets Groups Projects

[Fix] Update for Docker Images

Closed Markus Holzer requested to merge holzer/pystencils:SmallFixes into master
Viewing commit 80e2129d
Show latest version
1 file
+ 2
1
Preferences
Compare changes
+ 2
1
@@ -109,7 +109,8 @@ ubuntu:
@@ -109,7 +109,8 @@ ubuntu:
before_script:
before_script:
- apt-get -y remove python3-sympy
- apt-get -y remove python3-sympy
- ln -s /usr/include/locale.h /usr/include/xlocale.h
- ln -s /usr/include/locale.h /usr/include/xlocale.h
- pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
- pip3 install sympy==1.6
 
# - pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
# - pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
# - pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
script:
script:
- export NUM_CORES=$(nproc --all)
- export NUM_CORES=$(nproc --all)