Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rasswanth-s opened this issue Aug 10, 2021 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@rasswanth-s
Copy link
Contributor

rasswanth-s commented Aug 10, 2021

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

@rasswanth-s rasswanth-s added the good first issue Good for newcomers label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant