Skip to content
Snippets Groups Projects

Fix Windows CI job

Closed Michael Kuron requested to merge win into master
Viewing commit 09ffd70f
Show latest version
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -102,7 +102,7 @@ minimal-windows:
- conda env list
- grep sympy setup.py
- grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'
- conda install sympy==1.2
- conda update 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