gazebo-tooling / release-tools

8 stars 9 forks source link

Pip provisioning for Mac jobs (currently done in release-tools) #1076

Open j-rivero opened 7 months ago

j-rivero commented 7 months ago

Currently we are using homebrew project-default-devel-homebrew-amd64.bash script to handle the installation of pip packages needed for the CI to run correctly.

The works of #1010 broke the removed installation of psutils.

@scpeters suggested that we moved the provisioning of the CI environment to be in the source code, something like .github/ci/macos_requirements.txt file with needed pip packages similar to the .github/ci/packages.apt.