Skip to content
Snippets Groups Projects
Commit f3b6a225 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

Update .gitlab-ci.yml

parent 2a6dc5e0
Branches
No related tags found
No related merge requests found
......@@ -16,13 +16,11 @@ minimal-windows:
tags:
- i10swarm11
script:
- echo $0
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
- source activate pystencils_dev
- source conda list
- grep sympy setup.py
- grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'
- conda update sympy==1.2
- env
- conda env list
- 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 setup.py quicktest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment