You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ jobs:
75
75
environment:
76
76
# Alaska time (arbitrary timezone to test date logic)
77
77
TZ: "America/Anchorage"
78
-
parallelism: 12
78
+
parallelism: 4
79
79
working_directory: ~/plotly.js
80
80
steps:
81
81
- run: sudo apt-get update
@@ -464,12 +464,6 @@ jobs:
464
464
- run:
465
465
name: Test plot-schema.json diff - If failed, after (npm start) you could run (npm run schema && git add test/plot-schema.json && git commit -m "update plot-schema diff")
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
0 commit comments