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

Cache Python Dependencies #34

Merged
merged 34 commits into from
Jan 31, 2023
Merged

Cache Python Dependencies #34

merged 34 commits into from
Jan 31, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jan 28, 2023

Use GitHub Actions's Cache to install Python dependencies using pip.

We intended to use caching because some Python packages do not have wheel build for some architecture (for example is lxml on macOS 12). It takes a long time to build some python package from source, so we add cache feature in hope to speed up this process.

@threeal threeal added the feat label Jan 28, 2023
@threeal threeal self-assigned this Jan 28, 2023
@threeal threeal mentioned this pull request Jan 29, 2023
17 tasks
@threeal threeal force-pushed the cache-pip branch 2 times, most recently from b014e5c to a116398 Compare January 29, 2023 13:21
@threeal threeal marked this pull request as ready for review January 30, 2023 14:34
@threeal
Copy link
Owner Author

threeal commented Jan 31, 2023

I'm merging this one instead, need this ASAP @LordRonz

@threeal threeal merged commit b0a8ab8 into main Jan 31, 2023
@threeal threeal deleted the cache-pip branch January 31, 2023 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant