Skip to content

Commit 6fb665b

Browse files
committed
Add pip check to conda-recipe-cf test suite
1 parent f45c7c5 commit 6fb665b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ requirements:
3838

3939
test:
4040
requires:
41+
- pip
4142
- pytest
4243
source_files:
4344
- mkl_umath/tests/test_basic.py
4445
commands:
46+
- pip check
4547
- pytest mkl_umath/tests/test_basic.py
4648
imports:
4749
- mkl_umath

0 commit comments

Comments
 (0)