Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 33339f0

Browse files
authored
Fix format CI. (#453)
1 parent 85e29c4 commit 33339f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/travis/check_format.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set -x
1919
wget -O $HOME/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/2.2.1/buildifier
2020
chmod +x $HOME/bin/buildifier
2121
# Install cmake-format.
22-
pip install --user 'cmake_format>=0.5.2'
22+
pyenv global 3.7.1
23+
pip3 install --user 'cmake_format>=0.5.2'
2324
# Check format.
2425
tools/format.sh

0 commit comments

Comments
 (0)