diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c766fe9c645e4c5807ab52bcfeac725f9ee13b5e..b0e272ed4a5b25a87b5c01936f30f6268e16ddb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,22 +113,22 @@ latest-python: junit: report.xml # Minimal tests in windows environment -minimal-windows: - stage: test - except: - variables: - - $ENABLE_NIGHTLY_BUILDS - tags: - - win - script: - - export NUM_CORES=$(nproc --all) - - export MPLBACKEND=Agg - - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate - - source activate 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" - - pip install sympy==1.9 - - py.test -v -m "not (notebook or longrun)" +#minimal-windows: +# stage: test +# except: +# variables: +# - $ENABLE_NIGHTLY_BUILDS +# tags: +# - win +# script: +# - export NUM_CORES=$(nproc --all) +# - export MPLBACKEND=Agg +# - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate +# - source activate 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" +# - pip install sympy==1.9 +# - py.test -v -m "not (notebook or longrun)" minimal-sympy-master: stage: test