Skip to content

Commit

Permalink
bug: fix package name in recipe file
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Oct 15, 2024
1 parent eb8f7a6 commit 82e52aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82e52aa

Please sign in to comment.