Skip to content

Commit 3602a51

Browse files
committed
BLD: fix failing conda-build test
Problem: "true" was taken as a boolean instead of as command name. Solution: Use library existence check as in conda-forge recipe.
1 parent d055da7 commit 3602a51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ requirements:
1919

2020
test:
2121
commands:
22-
# Dummy test, but it ensures there is _test environment needed by travis.
23-
- true
22+
- test -f $PREFIX/lib/libObjCryst${SHLIB_EXT}
2423

2524
about:
2625
home: https://github.com/diffpy/libobjcryst/

0 commit comments

Comments
 (0)