-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Type: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebaseType: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebase
Description
Is your feature request related to a problem? Please describe.
Running the tests and tutorials currently takes around 15 minutes, of which 4 minutes or so (~25%) is spent installing dependencies.
Describe the solution you'd like
Use GH Cache Action to cache the dependencies and speed up the build.
Describe alternatives you've considered
- Leave it as is. Slower, but works.
- Speed up the tests and tutorials. Maybe possible, but they will inevitably get slower again over time.
Additional context
We'll probably want to hash all of the pip-dep/*.txt files in order to come up with the cache key.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebaseType: Testing 🧪Add testing or improving existing testing of a file, feature, or codebaseAdd testing or improving existing testing of a file, feature, or codebase