Skip to content
Snippets Groups Projects

Fix Windows CI job

Closed Michael Kuron requested to merge win into master
Viewing commit 47c64d02
Show latest version
1 file
+ 3
1
Preferences
Compare changes
+ 3
1
@@ -100,7 +100,9 @@ minimal-windows:
- source activate pystencils_dev
- env
- 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
- python -c "import numpy"
- python setup.py quicktest