Skip to content

Commit 5e1d1eb

Browse files
committed
[GEOPY-2049] cannot use pip check because of dask-core
1 parent 288824b commit 5e1d1eb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

recipe.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,18 @@ tests:
5656
- python:
5757
imports:
5858
- simpeg_drivers
59+
- simpeg
60+
- geoh5py
61+
- dask
62+
- distributed
63+
pip_check: false # pip checks fails on missing dask-core because it only sees name 'dask'
64+
5965
- script:
6066
- pytest --ignore=tests/version_test.py
67+
- pip list
6168
requirements:
6269
run:
70+
- pip
6371
- pytest
6472
files:
6573
source:

0 commit comments

Comments
 (0)