From 2c9a0dc1572fee386d5cbea550bac6983401ae27 Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Wed, 3 Jun 2020 22:24:53 +0200
Subject: [PATCH] update CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce7460b..bcc8c43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ tests:
     script:
         - cd python
         - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
-        - pip3 install scipy=1.4.1 -U
-        - pip3 install matplotlib=3.1.2 -U
+        - pip3 install 'scipy==1.4.1' -U
+        - pip3 install 'matplotlib==3.1.2' -U
         - pip3 install --no-deps .
         - python3 tffpy/tests/ci_config.py
         - pytest-3
@@ -22,8 +22,8 @@ pages:
     script:
         - cd python
         - pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
-        - pip3 install scipy=1.4.1 -U
-        - pip3 install matplotlib=3.1.2 -U
+        - pip3 install 'scipy==1.4.1' -U
+        - pip3 install 'matplotlib==3.1.2' -U
         - pip3 install --no-deps .
         - python3 setup.py build_sphinx
         - python3 tffpy/tests/ci_config.py
-- 
GitLab