Skip to content

Commit

Permalink
Fix stray pip user install (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-eng authored Jul 31, 2024
1 parent 1709ece commit e7e26fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi
# Install dependencies, unless argument says to skip
if ! have_noinstall "$@"; then
sudo apt-get install -y doxygen graphviz
pip3 install --user --upgrade -r requirements.txt
pip3 install --upgrade -r requirements.txt
fi

# A fresh build is required because changes to some components such as css files does not rebuilt currently
Expand Down

0 comments on commit e7e26fe

Please sign in to comment.