diff --git a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies index e08c22f3c7ca..0698633ac57c 100644 --- a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies +++ b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies @@ -3,7 +3,7 @@ # add repo to install different Python versions RUN apt-get update && apt-get install -y software-properties-common -RUN add-apt-repository ppa:fkrull/deadsnakes && apt-get update +RUN add-apt-repository ppa:deadsnakes/ppa && apt-get update RUN apt-get install -y python python2.7 python3.4 python3.5 python3.6 # install other dependencies