kopia lustrzana https://github.com/jupyterhub/repo2docker
Remove IJulia kernel location tests from julia legacy
rodzic
51bd3deb46
commit
5c627cde78
|
@ -14,12 +14,4 @@ catch
|
|||
exit(1)
|
||||
end
|
||||
|
||||
# Verify that kernels are not installed in home directory (issue #620)
|
||||
try
|
||||
using IJulia
|
||||
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
|
||||
catch
|
||||
exit(1)
|
||||
end
|
||||
|
||||
exit(0)
|
||||
|
|
|
@ -14,12 +14,4 @@ catch
|
|||
exit(1)
|
||||
end
|
||||
|
||||
# Verify that kernels are not installed in home directory (issue #620)
|
||||
try
|
||||
using IJulia
|
||||
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
|
||||
catch
|
||||
exit(1)
|
||||
end
|
||||
|
||||
exit(0)
|
||||
|
|
|
@ -14,12 +14,4 @@ catch
|
|||
exit(1)
|
||||
end
|
||||
|
||||
# Verify that kernels are not installed in home directory (issue #620)
|
||||
try
|
||||
using IJulia
|
||||
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
|
||||
catch
|
||||
exit(1)
|
||||
end
|
||||
|
||||
exit(0)
|
||||
|
|
|
@ -14,12 +14,4 @@ catch
|
|||
exit(1)
|
||||
end
|
||||
|
||||
# Verify that kernels are not installed in home directory (issue #620)
|
||||
try
|
||||
using IJulia
|
||||
@assert IJulia.kerneldir() == "/srv/conda/share/jupyter/kernels"
|
||||
catch
|
||||
exit(1)
|
||||
end
|
||||
|
||||
exit(0)
|
||||
|
|
Ładowanie…
Reference in New Issue