From 38584e63cc027d57bf8c092b798e7610dd3e870c Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Tue, 8 Oct 2024 11:54:50 +0100 Subject: [PATCH] add pip check --- recipes/pgscatalog-utils/meta.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/pgscatalog-utils/meta.yaml b/recipes/pgscatalog-utils/meta.yaml index 72e9e7a01c171..778503d184aa6 100644 --- a/recipes/pgscatalog-utils/meta.yaml +++ b/recipes/pgscatalog-utils/meta.yaml @@ -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') }} @@ -34,6 +34,7 @@ test: - pgscatalog.calc - pgscatalog.core commands: + - pip check - pgscatalog-download --help - pgscatalog-combine --help - pgscatalog-match --help @@ -41,6 +42,8 @@ test: - pgscatalog-relabel --help - pgscatalog-aggregate --help - pgscatalog-ancestry-adjust --help + requires: + - pip about: home: https://github.com/PGScatalog/pygscatalog