kopia lustrzana https://github.com/jupyterhub/repo2docker
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 syncpull/576/head
rodzic
6e91681def
commit
7ade437de4
|
@ -4,3 +4,5 @@ import sys
|
||||||
assert sys.version_info[:2] == (3, 5), sys.version
|
assert sys.version_info[:2] == (3, 5), sys.version
|
||||||
|
|
||||||
import numpy
|
import numpy
|
||||||
|
import conda
|
||||||
|
assert conda.__version__ == '4.5.12', conda.__version__
|
||||||
|
|
Ładowanie…
Reference in New Issue