jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
849 stars 205 forks source link

Use actions/setup-python's caching to simplify config #379

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

The actions/setup-python action can now take care of the pip cache, so we don't need to explicitly use actions/cache, allowing us to remove a bunch of config.

Docs: https://github.com/actions/setup-python#caching-packages-dependencies

codecov[bot] commented 2 years ago

Codecov Report

Merging #379 (9e077f4) into master (f316b6c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #379   +/-   ##
=======================================
  Coverage   85.30%   85.30%           
=======================================
  Files          16       16           
  Lines        1313     1313           
  Branches      137      199   +62     
=======================================
  Hits         1120     1120           
  Misses        146      146           
  Partials       47       47           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f316b6c...9e077f4. Read the comment docs.