Skip to content
Snippets Groups Projects
Commit 5d41b44a authored by Mcintosh, Liam S (UG - Computer Science)'s avatar Mcintosh, Liam S (UG - Computer Science)
Browse files

Install python libraries before running script

parent b3f12e5e
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,11 @@ update-data: ...@@ -8,6 +8,11 @@ update-data:
- updating - updating
script: script:
- python -V - python -V
- pip install pandas
- pip install numpy
- pip install pickle
- pip install sklearn
- pip install nltk
- python update.py - python update.py
only: only:
changes: changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment