ci: Fix CI to work with changes to Azure Pipelines build agent (#55)

This commit is contained in:
Matan Kushner
2019-05-16 09:40:30 -06:00
committed by GitHub
parent 90d6e6cf0b
commit 2cf69a82b7
11 changed files with 125 additions and 93 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ RUN goenv global $GO_VERSION
RUN go version
# Install Python
ENV PYTHON_VERSION 3.7.2
ENV PYTHON_VERSION 3.6.8
ENV PYENV_ROOT /root/.pyenv
ENV PATH $PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
RUN curl https://pyenv.run | bash \