From 8b738bd5d320852bc2517460dd140f80dfe3ef50 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 5 Oct 2021 19:39:40 +0200
Subject: [PATCH] [conda] use pip to install the package [skip ci]

---
 conda/meta.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 74b976d..2c40acc 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -34,7 +34,6 @@ test:
   imports:
     - {{ name }}
   commands:
-    - pip check
     - bob -h
     - bob --help
     - bob config -h
@@ -47,7 +46,6 @@ test:
     - conda inspect linkages -p $PREFIX {{ name }}  # [not win]
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
   requires:
-    - pip {{ pip }}
     - nose {{ nose }}
     - coverage {{ coverage }}
     - sphinx {{ sphinx }}
-- 
GitLab