Skip to content

Commit

Permalink
fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
navistonks committed May 31, 2024
1 parent f4fb142 commit 350f916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_python_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fi


if [[ "$POETRY_INSTALLED" == "true" ]] && [[ "$PYENV_INSTALLED" == "true" ]]; then
if ask "Install openpilot python dependencies?"
if ask "Install openpilot python dependencies?"; then
echo "pip packages install..."
poetry install --no-cache --no-root
pyenv rehash
Expand Down

0 comments on commit 350f916

Please sign in to comment.