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

Commit edd6816

Browse files
committed
Removed the venv for training process
1 parent fbaf3e0 commit edd6816

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/docker/runtime_functions.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -906,12 +906,7 @@ nightly_model_backwards_compat_test() {
906906
nightly_model_backwards_compat_train() {
907907
set -ex
908908
export PYTHONPATH=./python/
909-
VENV=mbcc_py2_venv
910-
virtualenv -p `which python2` $VENV
911-
source $VENV/bin/activate
912909
./tests/nightly/model_backwards_compatibility_check/train_mxnet_legacy_models.sh
913-
#Deactivate the virtual env once we are done with it
914-
deactivate
915910
}
916911

917912
# Nightly 'MXNet: The Straight Dope' Single-GPU Tests

0 commit comments

Comments
 (0)