From e4101dfda28119a5633cfb7aba089a669f71d4dd Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Thu, 26 May 2022 11:04:05 -0400 Subject: [PATCH] Run `pip check` as a test --- recipe/meta.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 85e96f9..252d184 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,6 +37,12 @@ test: imports: - pyEPR + commands: + - pip check + + requires: + - pip + about: home: https://github.com/zlatko-minev/pyEPR license: BSD-3-Clause