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 06a3d97 commit 5e72089Copy full SHA for 5e72089
.circleci/config.yml
@@ -400,6 +400,7 @@ jobs:
400
. venv/bin/activate
401
npm install electron@1.8.4
402
npm install orca
403
+ sudo apt install -y bison
404
pip uninstall -y plotly
405
pip install -r requirements.txt
406
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
@@ -409,7 +410,7 @@ jobs:
409
410
cd ../../../doc
411
fi
412
echo 'export PATH="/home/circleci/project/doc/node_modules/.bin:$PATH"' >> $BASH_ENV
- 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
414
cd ..
415
416
- save_cache:
0 commit comments