From cd5eb6c279f0fe52903838b6461edc68fdfc2e99 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 26 Feb 2020 16:17:03 +0100
Subject: [PATCH] Install torch on windows

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2374809..0a11e72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,7 @@ minimal-windows:
     - conda env list
     - python -c "import numpy"
     - git submodule update --init --recursive
+    - pip install -e .
     - python setup.py bdist_wheel
   artifacts:
     paths:
-- 
GitLab