Skip to content

Commit

Permalink
Added model downloads to full model training (#12278)
Browse files Browse the repository at this point in the history
  • Loading branch information
twerkmeister authored Apr 14, 2023
1 parent 4850563 commit 51c957b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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),)
Expand Down

0 comments on commit 51c957b

Please sign in to comment.