Skip to content
Snippets Groups Projects
Commit 21a69622 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

attempt to fix ubuntu CI task

parent a4e4e6a3
No related branches found
No related tags found
1 merge request!364Refactor packaging, part I
......@@ -109,7 +109,7 @@ ubuntu:
before_script:
- apt-get -y remove python3-sympy
- ln -s /usr/include/locale.h /usr/include/xlocale.h
- pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
- pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' pyproject.toml | sed 's/>/=/g'`
# - pip3 install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'`
script:
- export NUM_CORES=$(nproc --all)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment