Skip to content

Commit 4556606

Browse files
committed
don't call Pkg.update in build
1 parent 9641907 commit 4556606

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

deps/build.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ end
3232

3333
if isa(Pkg.installed("IJulia"), VersionNumber)
3434
if Pkg.installed("IJulia") < v"1.3.3"
35-
info("This version of Interact requires IJulia version >= v1.3.3.")
36-
info("Attempting to update IJulia now.")
37-
try
38-
Pkg.update("IJulia")
39-
catch err
40-
# ask for help on 0.4
41-
warn("Failed to update IJulia. Run Pkg.update(\"IJulia\") manually.")
42-
end
35+
warn("This version of Interact requires IJulia version >= v1.3.3. Run Pkg.update(\"IJulia\") to get it.")
4336
end
4437
using IJulia
4538
main()

0 commit comments

Comments
 (0)