Skip to content

Commit 0678f65

Browse files
committed
[GEOPY-2049] disable pip check from conda recipe tests
1 parent ff9f0ac commit 0678f65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipe.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ tests:
3838
- python:
3939
imports:
4040
- omf
41+
pip_check: false # unclear why pip check reports that installed versions
42+
# of vectormath and properties are "not supported on this platform"
43+
# while they seem to work fine in the tests
4144
- script:
4245
- pytest --ignore=tests/version_test.py
4346
requirements:

0 commit comments

Comments
 (0)