Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Feb 9, 2021
1 parent 1c39f41 commit 3090ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/back_compatibility_itest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cd "$GIT_ROOT" || exit

python -m pip uninstall bentoml -y
python -m pip install bentoml
mkdir tempdir
cd tempdir
export BUNDLE_BENTOML_VERSION=$(python -c "import bentoml;print(bentoml.__version__)")

# Run test
Expand All @@ -23,6 +25,7 @@ BUILD_PATH="$PROJECT_PATH/build"
python "$PROJECT_PATH/model/model.py" "$BUILD_PATH/artifacts"
python "$PROJECT_PATH/service.py" "$BUILD_PATH/artifacts" "$BUILD_PATH/dist"

cd "$GIT_ROOT"
python -m pip uninstall bentoml -y
python -m pip install --editable .

Expand Down

0 comments on commit 3090ba0

Please sign in to comment.