Skip to content

Commit

Permalink
Specify importlib_metadata version to install for travis to work arou…
Browse files Browse the repository at this point in the history
…nd brokenness of 3.1.0
  • Loading branch information
philip-davis committed Nov 24, 2020
1 parent f44e03c commit b15f407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/travis/run-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export PATH="${PWD}/clang+llvm-7.0.1-x86_64-linux-gnu-ubuntu-16.04/bin:${PATH}"
git config --global clangformat.binary ${HOME}/clang+llvm-7.0.1-x86_64-linux-gnu-ubuntu-16.04/bin/clang-format
popd

# Install importlib_metadata - work around for current release being broken for python <3.6
pip3 install --user importlib_metadata==2.1.0

# Install flake8
pip3 install --user flake8

Expand Down

0 comments on commit b15f407

Please sign in to comment.