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

Commit

Permalink
Changed PythonPath from relative to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai committed Jul 27, 2018
1 parent 69843fb commit fae44fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -898,14 +898,14 @@ nightly_test_javascript() {
#Tests Model backwards compatibility on MXNet
nightly_model_backwards_compat_test() {
set -ex
export PYTHONPATH=./python/
export PYTHONPATH=/work/mxnet/python/
./tests/nightly/model_backwards_compatibility_check/model_backward_compat_checker.sh
}

#Backfills S3 bucket with models trained on earlier versions of mxnet
nightly_model_backwards_compat_train() {
set -ex
export PYTHONPATH=./python/
export PYTHONPATH=/work/mxnet/python/
./tests/nightly/model_backwards_compatibility_check/train_mxnet_legacy_models.sh
}

Expand Down

0 comments on commit fae44fe

Please sign in to comment.