From 4293c87a8cfbaa0acf8307169cb6f4b3bc2e0b05 Mon Sep 17 00:00:00 2001 From: Mridul Seth Date: Wed, 19 Aug 2026 09:41:11 +0200 Subject: [PATCH] Run pip check during tests This ensures that there isn't a drift between pypi and conda metadata --- recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2f95402..569625c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -45,10 +45,13 @@ requirements: test: requires: - python {{ python_min }} + - pip imports: - sasmodels - sasmodels.custom - sasmodels.models + commands: + - pip check about: home: http://www.sasview.org