diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a11e7296f93c9e56f9251a29a8df6cf61f8b950..f9921c575154d9b43a816ba49d44cd994dfb35c0 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'