From d9887369de5073a51c478cbf52a9df000023d89c Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Mon, 30 Jan 2023 15:47:46 +0900 Subject: [PATCH] Enable sparse checkout test --- spacy/tests/test_cli_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_cli_app.py b/spacy/tests/test_cli_app.py index 5bde3833d..edd5ac5a3 100644 --- a/spacy/tests/test_cli_app.py +++ b/spacy/tests/test_cli_app.py @@ -183,7 +183,7 @@ def test_project_run(project_dir): "options", [ "", - # "--sparse", + "--sparse", "--branch v3", "--repo https://github.com/explosion/projects --branch v3", ],