From 82e52aaba6b7249483ff766f8089b55dd6fcb1fa Mon Sep 17 00:00:00 2001 From: Liz Gehret Date: Tue, 15 Oct 2024 13:08:23 -0600 Subject: [PATCH] bug: fix package name in recipe file --- ci/recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index ba45791..5fd8c4e 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -29,8 +29,8 @@ test: - coverage - pytest-cov imports: - - q2_amr - - qiime2.plugins.amr + - q2_amrfinderplus + - qiime2.plugins.amrfinderplus commands: - pytest --cov q2_amrfinderplus --cov-report xml:coverage.xml --pyargs q2_amrfinderplus