Skip to content

Commit 7ade437

Browse files
committed
add a verification that conda version is correct
this isn't linked to the version in the file, so will need to be updated in sync
1 parent 6e91681 commit 7ade437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conda/binder-dir/verify

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ import sys
44
assert sys.version_info[:2] == (3, 5), sys.version
55

66
import numpy
7+
import conda
8+
assert conda.__version__ == '4.5.12', conda.__version__

0 commit comments

Comments
 (0)