From ef71d9b3dab527d3bf9ef1627d868463ff506d7d Mon Sep 17 00:00:00 2001
From: "Mcintosh, Liam S (UG - Computer Science)" <lm00840@surrey.ac.uk>
Date: Fri, 21 May 2021 17:51:48 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26ef0e5..daaf1f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,9 +8,8 @@ update-data:
     - updating
   script:
     - python -V
-    - pip install pandas
     - pip install numpy
-    - pip install pickle
+    - pip install pandas
     - pip install sklearn
     - pip install nltk
     - python update.py
-- 
GitLab