plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

Pin Chrome 127 in Jasmine CI tests #7128

Closed birkskyum closed 2 months ago

birkskyum commented 2 months ago

There is a regression in Chrome 128, this pins chrome 127.0.6533.119 in CI.

Closes #7126

birkskyum commented 2 months ago

The following packages have unmet dependencies:

google-chrome-stable :

archmoj commented 2 months ago

How about using older versions of Chrome or CI containers?

birkskyum commented 2 months ago

I think it actually doesn't solve the problem much, it just hides... people will get v128 on their machines, quite fast, so if it breaks there, these tests have to be fixed, or noCI-flagged. If the CI hadn't used "latest" we wouldn't know about this issue.

archmoj commented 2 months ago

Let me also ask @antoinerg to look at this CircleCI problem.