Skip to content

Commit

Permalink
Install lit and compiledb with pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed May 8, 2021
1 parent 90f9945 commit 2dc21e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if [ -n "${CODE_COVERAGE}" ]; then
fi

if [ -n "$CATA_CLANG_TIDY" ]; then
$travis_retry pip install --user wheel --upgrade
$travis_retry pip install --user compiledb lit
$travis_retry pip3 install --user wheel --upgrade
$travis_retry pip3 install --user compiledb lit
fi

# Influenced by https://github.com/zer0main/battleship/blob/master/build/windows/requirements.sh
Expand Down

0 comments on commit 2dc21e3

Please sign in to comment.