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
486 stars 41 forks source link

Update docker image [final] #207

Closed etpinard closed 1 year ago

etpinard commented 1 year ago

a cleaned-up verison of https://github.com/plotly/Dash.jl/pull/205, resolves https://github.com/plotly/Dash.jl/issues/186, bringing the integration tests back to life :tada:

Please note: the CircleCI runs now pull the etpinard/dashjl-tests container. I'm using my personal docker hub account, since I do not have push rights to the Plotly docker hub account (and I don't need to :smile: )

etpinard commented 1 year ago

The Percy snapshot tests (more in https://github.com/plotly/Dash.jl/issues/177) are still failing, but everything else is green.

Merging!