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

Update .gitlab-ci.yml

parent 3142262e
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ minimal-windows: ...@@ -16,8 +16,8 @@ minimal-windows:
tags: tags:
- win - win
script: script:
- conda activate pystencils_dev - /cygdrive/c/Users/build/Miniconda3/Scripts/conda activate pystencils_dev
- conda env list - /cygdrive/c/Users/build/Miniconda3/Scripts/conda env list
- grep sympy setup.py - grep sympy setup.py
- grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g' - grep -Eo 'sympy[>=]+[0-9\.]+' setup.py | sed 's/>/=/g'
- conda update sympy==1.2 - conda update sympy==1.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment