diff --git a/src/quickstart/3d_sim.md b/src/quickstart/3d_sim.md index e07dd16..2795318 100644 --- a/src/quickstart/3d_sim.md +++ b/src/quickstart/3d_sim.md @@ -57,8 +57,8 @@ function pbar(start, finish) save_positions = (false, false), ) end -# Uncomment this line to see a progress bar. -#csys = couple(csys, pbar(starttime, endtime)) +# Set up a progress bar for the simulation, only if not running on GitHub Actions. +csys = "RUNNER_TEMP" ∈ keys(ENV) ? csys : couple(csys, pbar(starttime, endtime)) sim = Simulator(csys, [deg2rad(2), deg2rad(2), 1])