gustavonihei commented on code in PR #7903:
URL: https://github.com/apache/nuttx/pull/7903#discussion_r1050982173
##########
tools/ci/cibuild.sh:
##########
@@ -278,7 +278,10 @@ function python-tools {
export PIP_USER=yes
export PYTHONUSERBASE=${tools}/pylocal
add_path "${PYTHONUSERBASE}"/bin
- pip3 install \
+
+ # Force the reinstall of python packages due to issues with GitHub
+ # cache restoration.
+ pip3 install --force-reinstall \
Review Comment:
Yes, thanks for the reminder. Actually, there is no need for this special
treatment to `imgtool`, I'll merge it to the above list.
--
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]