8000 JSON encoding engine instrumentation by jonmmease · Pull Request #3012 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

JSON encoding engine instrumentation #3012

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

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
orjson in percy
  • Loading branch information
jonmmease committed Jan 13, 2021
commit fbc0f27703b620e8cb2e3bda4f68bb82591e9493
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
name: Build html figures
command: |
. venv/bin/activate
pip install pandas statsmodels --quiet
pip install pandas statsmodels orjson --quiet
python test/percy/plotly-express.py
- run:
name: Run percy snapshots
Expand Down
0