mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
fix unit test
avoid performing pip installs for mlflow-based tests
This commit is contained in:
@@ -41,6 +41,9 @@ class TestCliAnnotate(unittest.TestCase):
|
||||
model_file_path,
|
||||
"--output-h5ad-file",
|
||||
f"{query_dataset_file_path}.output",
|
||||
# avoid having mflow create conda env or virtualenv when in test env;
|
||||
# this avoids making pip remote requests and is also faster
|
||||
"--mlflow-env-manager", "local"
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user