We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cb397 commit a2c1c4fCopy full SHA for a2c1c4f
1 file changed
.kokoro-autosynth/build.sh
@@ -32,6 +32,10 @@ cd /home/kbuilder/.pyenv/plugins/python-build/../.. && git pull && cd -
32
pyenv install 3.6.9
33
pyenv global 3.6.9
34
35
+# use python installed by pyenv and use python3.6 specific set of dependencies
36
+echo "build --extra_toolchains=@gapic_generator_python//:pyenv3_toolchain --define=gapic_gen_python=3.6" > $HOME/.bazelrc
37
+echo "test --extra_toolchains=@gapic_generator_python//:pyenv3_toolchain --define=gapic_gen_python=3.6" >> $HOME/.bazelrc
38
+
39
# Disable buffering, so that the logs stream through.
40
export PYTHONUNBUFFERED=1
41
0 commit comments