From bf25681d119e67b670b232aaa7c7a035254e953f Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 27 Feb 2020 14:44:11 +0100
Subject: [PATCH] Remove Windows from Gitlab-CI [ci-skip]

---
 .gitlab-ci.yml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a11e72..f9921c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,20 +14,3 @@ full:
     paths:
       - 'src/pyronn_torch/pyronn_torch_cpp.so'
       - 'dist'
-
-minimal-windows:
-  stage: test
-  tags:
-    - win
-  script:
-    - source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
-    - source activate pystencils_dev
-    - env
-    - conda env list
-    - python -c "import numpy"
-    - git submodule update --init --recursive
-    - pip install -e .
-    - python setup.py bdist_wheel
-  artifacts:
-    paths:
-      - 'dist'
-- 
GitLab