Skip to content

Commit

Permalink
Add pip check to recipe test
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 committed Jan 30, 2025
1 parent 06bc8c9 commit 23ff47b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ outputs:
- {{ pin_subpackage('conda-store-server', min_pin='x.x.x', max_pin='x.x.x') }}

test:
requires:
- pip
imports:
- conda_store
commands:
- pip check
- conda-store --help

- name: conda-store-server
Expand Down Expand Up @@ -100,9 +103,12 @@ outputs:
- {{ pin_subpackage('conda-store', min_pin='x.x.x', max_pin='x.x.x') }}

test:
requires:
- pip
imports:
- conda_store_server
commands:
- pip check
- conda-store-server --help
- conda-store-worker --help

Expand Down

0 comments on commit 23ff47b

Please sign in to comment.