Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable cython in CD python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Sep 9, 2019
1 parent e6a8380 commit 9c0c90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 9c0c90a

Please sign in to comment.