tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
43 stars 2 forks source link

doctest on CI: `time_imports` failure #81

Closed tfiers closed 1 year ago

tfiers commented 1 year ago

https://github.com/tfiers/PkgGraph.jl/actions/runs/3925616906/jobs/6710661107#step:6:405

I suppose the linux runner loads those deps faster than 0.1 ms, and therefore the subprocces has no output to parse. (damn, I should switch from Windows to Linux, for faster Julia startup, then)

tfiers commented 1 year ago

Doctesting removed in dfcf0450906199fadc36f871a6927c7fd874cbdf (it's a 'dead' example now)