From 535a82b3b7cf82f57eb380382854f13a9cc99195 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz-juelich.de>
Date: Fri, 19 Feb 2021 09:59:29 +0100
Subject: [PATCH] updated CI, could work now without installation in gitlab ci

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 829871a6..75a77bb3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,10 +96,6 @@ tests:
     - chmod +x ./CI/update_badge.sh
     - ./CI/update_badge.sh > /dev/null
   script:
-    - python3.6 -m venv venv/
-    - source venv/bin/activate
-    - pip install --upgrade pip
-    - pip install numpy
     - pip install -r requirements.txt
     - chmod +x ./CI/run_pytest.sh
     - ./CI/run_pytest.sh
-- 
GitLab