areusch commented on code in PR #13829:
URL: https://github.com/apache/tvm/pull/13829#discussion_r1085992666
##########
docker/install/ubuntu_install_zephyr.sh:
##########
@@ -58,10 +78,4 @@ chmod -R o+w ${ZEPHYR_PROJECT_PATH}
mkdir zephyr/.cache
chmod o+rwx zephyr/.cache
-pip3 install -r /opt/zephyrproject/zephyr/scripts/requirements.txt
-
-# the requirements above overwrite junintparser with an older version, but it
is not
-# used so overwrite it again with the correct version
-pip3 install junitparser==2.4.2
Review Comment:
i think i might have removed pip3 to stop ppl from installing stuff outside
the tvm venv
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]