This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 04f0c51b9b9c43e2bf91a8bbf1b7015b18216cb3 Author: Andrew Reusch <[email protected]> AuthorDate: Tue Aug 17 17:38:48 2021 -0700 Remove synr from pip-installed package list * synr is installed by task_ci_setup --- docker/install/ubuntu_install_python_package.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh index 2ca298a..d1bec09 100755 --- a/docker/install/ubuntu_install_python_package.sh +++ b/docker/install/ubuntu_install_python_package.sh @@ -37,5 +37,4 @@ pip3 install \ requests \ scipy \ six \ - synr \ tornado
