Skip to content

Commit d15ed67

Browse files
authored
Merge pull request #1964 from antmicro/pcza/kokoro-python-bump
CI: fix kokoro failures
2 parents e4ea995 + 1742d8d commit d15ed67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/kokoro/steps/hostsetup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export PATH="$PATH:/home/kbuilder/.local/bin"
9999
export CC=gcc-9
100100
export CXX=g++-9
101101

102-
pyenv install -f 3.6.3
103-
pyenv global 3.6.3
102+
pyenv install -f 3.7.0
103+
pyenv global 3.7.0
104104
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
105105
python3 get-pip.py
106106
rm get-pip.py

0 commit comments

Comments
 (0)