Skip to content
Snippets Groups Projects
Commit ea8289e1 authored by Michael Kuron's avatar Michael Kuron 🎓
Browse files

fix windows build

parent 107c35da
1 merge request!60Fix Windows CI job
Pipeline #29973 failed with stage
in 7 minutes and 21 seconds
...@@ -100,6 +100,7 @@ minimal-windows: ...@@ -100,6 +100,7 @@ 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'`
- 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment