From bb17fea01b45604647d5bdb18c57dd9918ea02a6 Mon Sep 17 00:00:00 2001 From: pradal Date: Tue, 5 Jul 2022 14:47:07 -0400 Subject: [PATCH] Fix tests --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index d53df24..904b949 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -35,4 +35,5 @@ test: source_files: - test/test_*.py commands: + - cd test - pytest -v test_*.py