From 8e3c7379dccf34f85ce37d8e26f7dc7b3d8eddcf Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Mon, 8 Jul 2019 20:40:15 +0200
Subject: [PATCH] #42 run baselines in ci

---
 requirements_torch_training.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements_torch_training.txt b/requirements_torch_training.txt
index 03f6383..4e57ca7 100644
--- a/requirements_torch_training.txt
+++ b/requirements_torch_training.txt
@@ -1,2 +1,3 @@
-git+https://gitlab.aicrowd.com/flatland/flatland.git@master
+# setup.py is not able to handle git+https, therefore install flatland manually
+# git+https://gitlab.aicrowd.com/flatland/flatland.git@master
 torch>=1.1.0
\ No newline at end of file
-- 
GitLab