This is an automated email from the ASF dual-hosted git repository.
terrytangyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 4aff838 Update deadsnakes ppa name (#9268)
4aff838 is described below
commit 4aff83814269884699a5304b7eafeae2029cb273
Author: deadsnakes-issues-bot
<[email protected]>
AuthorDate: Tue Jan 2 10:30:18 2018 -0800
Update deadsnakes ppa name (#9268)
The deadsnakes ppa has changed names! For more information, see
deadsnakes/issues#54
Committed via https://github.com/asottile/all-repos
---
tests/ci_build/pip_tests/Dockerfile.pip_dependencies | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
b/tests/ci_build/pip_tests/Dockerfile.pip_dependencies
index e08c22f..0698633 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
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].