From 02e8adf2c28bd648d1fa1edf314135adbad9eafc Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 28 Oct 2019 14:03:35 +0100 Subject: [PATCH] Add the spacy_lookups_data to pex file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f5c31ca6..5d15bccec 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ dist/spacy.pex : dist/spacy-$(sha).pex dist/spacy-$(sha).pex : dist/$(wheel) env3.6/bin/python -m pip install pex==1.5.3 - env3.6/bin/pex pytest dist/$(wheel) -e spacy -o dist/spacy-$(sha).pex + env3.6/bin/pex pytest dist/$(wheel) spacy_lookups_data -e spacy -o dist/spacy-$(sha).pex dist/$(wheel) : setup.py spacy/*.py* spacy/*/*.py* python3.6 -m venv env3.6