From 30692dc5a05be51016e50c314242dac88cef6175 Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Tue, 16 Apr 2024 08:55:50 -0700 Subject: [PATCH] do not test sleap import using conda build --- .conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index a9aa5fea1..c7ec40c90 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -91,6 +91,6 @@ requirements: - conda-forge::ndx-pose - conda-forge::importlib-metadata ==4.11.4 -test: - imports: - - sleap \ No newline at end of file +# test: +# imports: +# - sleap \ No newline at end of file