plotly / Dash.jl

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
MIT License
488 stars 40 forks source link

Disable `percy finalize` step #180

Closed etpinard closed 1 year ago

etpinard commented 1 year ago

until #177 is resolved.


First step towards making the next Dash.jl release (ref https://github.com/plotly/Dash.jl/pull/175#issuecomment-1403678034)

etpinard commented 1 year ago

Ok, looks like Percy is still invoked from

https://github.com/plotly/Dash.jl/blob/f0606e07d2479fd8b5be1da4a6a59656e24acfa3/.circleci/config.yml#L43

and is currently hanging.

I think we'll just have to disable the whole workflow until https://github.com/plotly/Dash.jl/issues/177 is addressed.

Closing. I'll open a new PR that disables the workflow.