pkarashchenko commented on code in PR #7903: URL: https://github.com/apache/nuttx/pull/7903#discussion_r1050799220
########## 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: Do we need the same for `imgtool` installation? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org