From eadef671bc7c9960b9b0809be04380b42b94fe94 Mon Sep 17 00:00:00 2001 From: Colin Daglish Date: Tue, 11 Jul 2023 16:02:02 +0100 Subject: [PATCH] test ci.yml --- ci.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ci.yml diff --git a/ci.yml b/ci.yml new file mode 100644 index 0000000..b6ef354 --- /dev/null +++ b/ci.yml @@ -0,0 +1,2 @@ +if [ -f requirements.txt ]; then pip install -r requirements.txt; fi +python -m nltk.downloader punkt stopwords