diff --git a/tools/ci/platforms/darwin.sh b/tools/ci/platforms/darwin.sh index 347c97e165..3c3db9f71e 100755 --- a/tools/ci/platforms/darwin.sh +++ b/tools/ci/platforms/darwin.sh @@ -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 \