From e4c123d57237b660fe918f5945f012146fe9ff21 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Wed, 12 Jul 2023 15:37:12 +0200 Subject: [PATCH] Remove windows CI --- .gitlab-ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12ef5bf48..f1ac3470f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,21 +84,21 @@ latest-python: # Minimal tests in windows environment -minimal-windows: - stage: test - except: - variables: - - $ENABLE_NIGHTLY_BUILDS - tags: - - win - script: - - export NUM_CORES=$(nproc --all) - - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate - - source activate pystencils - - pip install joblib - - pip list - - python -c "import numpy" - - 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) +# - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate +# - source activate pystencils +# - pip install joblib +# - pip list +# - python -c "import numpy" +# - py.test -v -m "not (notebook or longrun)" ubuntu: stage: test -- GitLab