We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2559 commit 634c787Copy full SHA for 634c787
.circleci/config.yml
@@ -328,7 +328,8 @@ jobs:
328
python -m venv venv
329
. venv/bin/activate
330
pip install --upgrade pip wheel
331
- pip install -r ./test_requirements/requirements_38_core.txt black inflect
+ pip install -e .
332
+ pip install -r ./test_requirements/requirements_311_core.txt black inflect
333
pip install jupyterlab
334
- run:
335
name: Update plotly.js to dev
packages/python/plotly/commands.py
@@ -299,6 +299,7 @@ def update_plotlyjs_dev():
299
update_schema_bundle_from_master()
300
run_codegen()
301
302
+
303
if __name__ == "__main__":
304
if "updateplotlyjsdev" in sys.argv:
305
update_plotlyjs_dev()
0 commit comments