Install coreutils to get cpu cores number.

This commit is contained in:
Roman Telezhynskyi 2021-09-25 07:44:57 +03:00
parent 5b61ec1584
commit c8c94b7df8

View File

@ -50,7 +50,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
folder: ${PIP_CACHE_DIR}
install_script:
- brew update > /dev/null
- brew install qt5
- brew install qt5 coreutils
- chmod -R 755 /usr/local/opt/qt5/*
- python3 --version
- pip3 install --user --upgrade pip dropbox