Skip to content

Commit a12ed86

Browse files
committed
CI
1 parent 0eeed72 commit a12ed86

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ jobs:
7272
name: make doc
7373
command: |
7474
. venv/bin/activate
75-
pip install git+https://github.com/plotly/plotly.py#egg=plotly.py
76-
cd apidoc
75+
git clone https://github.com/plotly/plotly.py.git plotly-master
76+
cd plotly-master/packages/python/plotly
77+
pip install -e .
78+
cd ../../../../apidoc
7779
make html
7880
cd ..
81+
rm -rf plotly-master
7982
8083
8184
- store_artifacts:

0 commit comments

Comments
 (0)