We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235d63a + efcd631 commit 2c4e695Copy full SHA for 2c4e695
1 file changed
web/build.sh
@@ -14,7 +14,7 @@ if [ "$1" != "--quick" ]; then
14
pip install -r requirements-docs.txt
15
# RP has PSI/J as a dependency. However, this causes
16
# two sets of executors to be installed.
17
- pip uninstall psij-python
+ pip uninstall -y psij-python
18
19
if [ "$1" == "--dev" ]; then
20
make web-docs-dev
0 commit comments