Skip to content
Snippets Groups Projects
Commit 47c64d02 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Update .gitlab-ci.yml

parent ea8289e1
Branches
No related tags found
No related merge requests found
...@@ -100,7 +100,9 @@ minimal-windows: ...@@ -100,7 +100,9 @@ minimal-windows:
- source activate pystencils_dev - source activate pystencils_dev
- env - env
- conda env list - conda env list
- conda install `grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'` - grep sympy setup.py
- grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'
- conda install sympy==1.2
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- python -c "import numpy" - python -c "import numpy"
- python setup.py quicktest - python setup.py quicktest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment