Skip to content

Commit

Permalink
add pip check
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Oct 8, 2024
1 parent 7b03f99 commit 38584e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/pgscatalog-utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
number: 1
run_exports:
- {{ pin_subpackage('pgscatalog-utils', max_pin='x.x') }}

Expand All @@ -34,13 +34,16 @@ test:
- pgscatalog.calc
- pgscatalog.core
commands:
- pip check
- pgscatalog-download --help
- pgscatalog-combine --help
- pgscatalog-match --help
- pgscatalog-matchmerge --help
- pgscatalog-relabel --help
- pgscatalog-aggregate --help
- pgscatalog-ancestry-adjust --help
requires:
- pip

about:
home: https://github.com/PGScatalog/pygscatalog
Expand Down

0 comments on commit 38584e6

Please sign in to comment.