cibuild.sh: drop pip --force-reinstall for now

according to https://github.com/apache/nuttx/pull/7903
it was to fix "the macOS runners occasionally failing".

cython issue workaround seems more important because it always fails.
This commit is contained in:
YAMAMOTO Takashi 2023-07-19 10:52:35 +09:00 committed by Xiang Xiao
parent 8ff9ca064e
commit d524403c4c

View File

@ -290,9 +290,7 @@ function python-tools {
pip3 install --pre dist/PyYAML-5.4.1.tar.gz
cd ..
# Force the reinstall of python packages due to issues with GitHub
# cache restoration.
pip3 install --force-reinstall \
pip3 install \
cmake-format \
CodeChecker \
cvt2utf \