mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
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:
committed by
Xiang Xiao
parent
8ff9ca064e
commit
d524403c4c
+1
-3
@@ -290,9 +290,7 @@ function python-tools {
|
|||||||
pip3 install --pre dist/PyYAML-5.4.1.tar.gz
|
pip3 install --pre dist/PyYAML-5.4.1.tar.gz
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Force the reinstall of python packages due to issues with GitHub
|
pip3 install \
|
||||||
# cache restoration.
|
|
||||||
pip3 install --force-reinstall \
|
|
||||||
cmake-format \
|
cmake-format \
|
||||||
CodeChecker \
|
CodeChecker \
|
||||||
cvt2utf \
|
cvt2utf \
|
||||||
|
|||||||
Reference in New Issue
Block a user