-
Notifications
You must be signed in to change notification settings - Fork 275
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
GitHub Actions: Consider further caching in CI workflow #1247
Comments
Also cache pip install in non-"test" jobs, e.g. "coveralls-fin" introduced in #1252. It would be nice to find a cross-job caching solution. |
Leaving a note for later: Defining an action of our own in this same repo should allow using the same code across different jobs: Maybe it's not hard to define a "pip-install" action that sets up cache, updates pip and installs/updates the given list of packages. |
this one might be the only relevant thing left here as
|
this issue is old... There may be caching opportunities in the workflows but there is no check-list to go through, sorry. |
Description of issue or feature request:
#1242 added a GitHub Actions based CI workflow, which configures basic pip caching.
Current behavior:
Basic pip caching in CI workflow
Expected behavior:
Explore and implement further caching to further speed up CI workflow (@jku suggests to try caching the tox directory).
The text was updated successfully, but these errors were encountered: