Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed May 4, 2024
1 parent 660522b commit 7dbf298
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/StructuralIdentifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ include("discrete.jl")
include("known_ic.jl")
include("input_macro.jl")

using InteractiveUtils

function __init__()
# if run in Github CI
if parse(Bool, get(ENV, "GITHUB_ACTIONS", "false"))
versioninfo(verbose=true)
InteractiveUtils.versioninfo(verbose=true)
end
_si_logger[] = @static if VERSION >= v"1.7.0"
Logging.ConsoleLogger(Logging.Info, show_limited = false)
Expand Down

0 comments on commit 7dbf298

Please sign in to comment.