Skip to content
Snippets Groups Projects
Commit bf25681d authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove Windows from Gitlab-CI [ci-skip]

parent d56946b9
No related merge requests found
Pipeline #22315 skipped
......@@ -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'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment