diff --git a/web/build.sh b/web/build.sh index da521010..897c1a31 100755 --- a/web/build.sh +++ b/web/build.sh @@ -14,7 +14,7 @@ if [ "$1" != "--quick" ]; then pip install -r requirements-docs.txt # RP has PSI/J as a dependency. However, this causes # two sets of executors to be installed. - pip uninstall psij-python + pip uninstall -y psij-python if [ "$1" == "--dev" ]; then make web-docs-dev