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 branches found
No related tags found
No related merge requests found
Pipeline #22315 skipped
...@@ -14,20 +14,3 @@ full: ...@@ -14,20 +14,3 @@ full:
paths: paths:
- 'src/pyronn_torch/pyronn_torch_cpp.so' - 'src/pyronn_torch/pyronn_torch_cpp.so'
- 'dist' - '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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment