Skip to content

Commit

Permalink
Clean up venv after build (#5535)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Aug 11, 2023
1 parent e5c5fe3 commit 6f6ffbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/apps/external_executor/protobuf/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ python -m grpc_tools.protoc \
-I "${THIS_DIR}" \
--python_out "${GENERATED_DIR}" \
--grpc_python_out "${GENERATED_DIR}" \
"${SOURCE_FILE}"
"${SOURCE_FILE}"

# Clean up venv
rm -rf env

0 comments on commit 6f6ffbf

Please sign in to comment.