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

Tinker with caching in CI #119

Merged
merged 10 commits into from
Nov 19, 2022
Merged

Tinker with caching in CI #119

merged 10 commits into from
Nov 19, 2022

Conversation

N-Wouda
Copy link
Owner

@N-Wouda N-Wouda commented Nov 19, 2022

This PR closes #108.

@codecov
Copy link

codecov bot commented Nov 19, 2022

Codecov Report

Merging #119 (7b2c3ef) into master (795f700) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #119   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines          668       668           
=========================================
  Hits           668       668           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@N-Wouda
Copy link
Owner Author

N-Wouda commented Nov 19, 2022

This reduces build times from ~10min to <1min, by caching pre-commit and the poetry dependencies. Poetry dependencies are cached temporarily, and will update at least every month (or whenever pyproject.toml changes).

@N-Wouda N-Wouda merged commit dcff19a into master Nov 19, 2022
@N-Wouda N-Wouda deleted the cache-deps branch November 19, 2022 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache dependencies in CI runner
1 participant