-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
bumping JS to 1.52pre #2038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bumping JS to 1.52pre #2038
Conversation
@@ -35,7 +35,7 @@ | |||
"typescript": "~3.1.1" | |||
}, | |||
"dependencies": { | |||
"plotly.js": "^1.51.2", | |||
"plotly.js": "https://64237-45646037-gh.circle-artifacts.com/0/plotly.js.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this changed when running the setup.py
or did you change it manually? I'm asking because I had first tried to change this line manually by giving a URL as here, but then when I ran npm install
npm was throwing an error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setup.py
did this.
So the CI failure here is related to the name of the plotly.js version, I expect the test did not expect that we use something else than a release of plotly.js. We might want to fox this in the future if it becomes a pattern to work on pre-releases in the interest of time. |
Percy changes correspond to the new zoom in/out modebar buttons for mapbox, so it's ok. The doc build CI job passed, so it will still be possible to deploy the doc even with the failing tests on the other jobs. |
However, since failing CI builds are a pain, you might want to fix manually one of
and indeed there are not the same. |
bf1f7a7
to
4baae05
Compare
OK well it's pretty easy to loosen the test so that it ignores this check when we're building from a circleci artifact. |
Maybe not worth doing this time around, as 1.52 will come out very soon. |
closed by #2047. |
No description provided.