OpenMined / SyMPC

A SMPC companion library for Syft
MIT License
99 stars 39 forks source link

Optimize Install dependencies phase of MacOS runner in Github Actions. #301

Open rasswanth-s opened 3 years ago

rasswanth-s commented 3 years ago

Description

The install dependencies section of MacOS runner in CI consumes a considerable amount of time.The pip cache also caches the dependencies.One aspect of optimization is to look at the cache mises while installing.

Additional Context

Mac OS CI run : https://github.com/OpenMined/SyMPC/runs/3277453139?check_suite_focus=true Ubuntu OS CI run : https://github.com/OpenMined/SyMPC/runs/3277453119?check_suite_focus=true