Skip to content

Commit 776fed3

Browse files
Run tests in conda build [ci skip] (#22190)
* Run tests in conda build [ci skip] [ci skip] * update requirements
1 parent 75ad42e commit 776fed3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

conda.recipe/meta.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ requirements:
2929
- pytz
3030

3131
test:
32-
imports:
33-
- pandas
32+
requires:
33+
- pytest
34+
commands:
35+
- python -c "import pandas; pandas.test()"
36+
3437

3538
about:
3639
home: http://pandas.pydata.org

0 commit comments

Comments
 (0)