fix it
This commit is contained in:
parent
f1d1cb7f25
commit
0cae99875c
@ -77,7 +77,7 @@ function __init__()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if get(ENV["PLOTS_HOST_DEPENDENCY_LOCAL"], false) == true
|
if get(ENV, "PLOTS_HOST_DEPENDENCY_LOCAL", "false") == true
|
||||||
artifact_toml = joinpath(@__DIR__, "Artifacts.toml")
|
artifact_toml = joinpath(@__DIR__, "Artifacts.toml")
|
||||||
|
|
||||||
plotly_sha = artifact_hash("plotly", artifact_toml)
|
plotly_sha = artifact_hash("plotly", artifact_toml)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user