From 4e9293f4b40d072315b0847ac54809de245c3f6c Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Thu, 4 Jun 2020 11:15:59 +0200
Subject: [PATCH] minor update ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6595dad..bcc8c43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,8 +9,6 @@ tests:
         - pip3 install 'scipy==1.4.1' -U
         - pip3 install 'matplotlib==3.1.2' -U
         - pip3 install --no-deps .
-        - pip3 freeze
-        - conda list
         - python3 tffpy/tests/ci_config.py
         - pytest-3
 
-- 
GitLab