Skip to content

Commit 5e72089

Browse files
committed
debug
1 parent 06a3d97 commit 5e72089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ jobs:
400400
. venv/bin/activate
401401
npm install electron@1.8.4
402402
npm install orca
403+
sudo apt install -y bison
403404
pip uninstall -y plotly
404405
pip install -r requirements.txt
405406
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
@@ -409,7 +410,7 @@ jobs:
409410
cd ../../../doc
410411
fi
411412
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV
412-
sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename bison
413+
sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename
413414
cd ..
414415
415416
- save_cache:

0 commit comments

Comments
 (0)