Skip to content

Commit b2ac635

Browse files
committed
debug
1 parent 5e72089 commit b2ac635

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,7 +400,8 @@ jobs:
400400
. venv/bin/activate
401401
npm install [email protected]
402402
npm install orca
403-
sudo apt install -y bison
403+
sudo apt install -y bison flex
404+
pip install -U pip
404405
pip uninstall -y plotly
405406
pip install -r requirements.txt
406407
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then

0 commit comments

Comments
 (0)