kopia lustrzana https://github.com/jupyterhub/repo2docker
Test a bugfix
rodzic
90ada02d33
commit
dc661f292d
|
@ -4,14 +4,14 @@ if VERSION < v"1" || VERSION >= v"2"
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
try
|
# try
|
||||||
# Test that the package was installed.
|
# # Test that the package was installed.
|
||||||
using IteratorInterfaceExtensions
|
# using IteratorInterfaceExtensions
|
||||||
|
|
||||||
# Verify that the environment variables are set correctly for julia 1.0+
|
# # Verify that the environment variables are set correctly for julia 1.0+
|
||||||
@assert "julia" ∈ readdir(Sys.BINDIR)
|
# @assert "julia" ∈ readdir(Sys.BINDIR)
|
||||||
catch
|
# catch
|
||||||
exit(1)
|
# exit(1)
|
||||||
end
|
# end
|
||||||
|
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
Ładowanie…
Reference in New Issue