From 9c0c90a79540e38bba7c18ecf8f9366e907f8d92 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 9 Sep 2019 13:39:08 +0200 Subject: [PATCH] Disable cython in CD python tests --- ci/docker/runtime_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 491d8d84b43a..dedee318611c 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -834,6 +834,7 @@ cd_unittest_ubuntu() { export PYTHONPATH=./python/ export MXNET_MKLDNN_DEBUG=1 # Ignored if not present export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0 + export MXNET_ENABLE_CYTHON=0 export CD_JOB=1 # signal this is a CD run so any unecessary tests can be skipped local mxnet_variant=${1:?"This function requires a mxnet variant as the first argument"}