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 3abdc7f commit 88b327eCopy full SHA for 88b327e
.circleci/config.yml
@@ -41,7 +41,7 @@ commands:
41
- run:
42
name: Install dependencies
43
command: |
44
- cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../..
+ cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../../..
45
cd packages/python/plotly
46
python -m venv venv
47
. venv/bin/activate
0 commit comments