kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix julia test
rodzic
a83fe400b8
commit
77fd0dbf29
|
|
@ -1,9 +1,11 @@
|
||||||
#!/usr/bin/env julia --project=.
|
#!/usr/bin/env julia
|
||||||
# Verify the version:
|
# Verify the version:
|
||||||
if VERSION < v"1" || VERSION >= v"2"
|
if VERSION < v"1" || VERSION >= v"2"
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
using Pkg; pkg"activate"
|
||||||
|
|
||||||
try
|
try
|
||||||
# Test that the package was installed.
|
# Test that the package was installed.
|
||||||
using IteratorInterfaceExtensions
|
using IteratorInterfaceExtensions
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue