tools/ci/platforms/darwin.sh: Removed pyyaml folder

add rm -rf pyyaml
This commit is contained in:
simbit18 2024-03-20 07:10:10 +01:00 committed by archer
parent 2bed7c4646
commit e622e95d5b

View File

@ -205,6 +205,7 @@ python_tools() {
python setup.py sdist && \
pip3 install --pre dist/PyYAML-5.4.1.tar.gz
cd ..
rm -rf pyyaml
pip3 install \
cmake-format \