Skip to content

Commit

Permalink
print machine info in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed May 4, 2024
1 parent cb75b78 commit 660522b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/StructuralIdentifiability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ include("known_ic.jl")
include("input_macro.jl")

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

0 comments on commit 660522b

Please sign in to comment.