From 51c957b39d059865397bdf34266f7cb89cb6c119 Mon Sep 17 00:00:00 2001 From: Thomas Werkmeister Date: Fri, 14 Apr 2023 17:15:53 +0200 Subject: [PATCH] Added model downloads to full model training (#12278) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5805e3c49f78..9b7fba04f513 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ test-nlu-predictors: prepare-spacy prepare-mitie test-marker test-full-model-training: PYTEST_MARKER=category_full_model_training and (not flaky) test-full-model-training: DD_ARGS := $(or $(DD_ARGS),) -test-full-model-training: test-marker +test-full-model-training: prepare-spacy prepare-mitie test-marker test-other-unit-tests: PYTEST_MARKER=category_other_unit_tests and (not flaky) test-other-unit-tests: DD_ARGS := $(or $(DD_ARGS),)