Skip to content

Commit 2c4e695

Browse files
authored
Merge pull request #538 from ExaWorks/fix_web_2
Fix web build 2
2 parents 235d63a + efcd631 commit 2c4e695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$1" != "--quick" ]; then
1414
pip install -r requirements-docs.txt
1515
# RP has PSI/J as a dependency. However, this causes
1616
# two sets of executors to be installed.
17-
pip uninstall psij-python
17+
pip uninstall -y psij-python
1818

1919
if [ "$1" == "--dev" ]; then
2020
make web-docs-dev

0 commit comments

Comments
 (0)