deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
315 stars 80 forks source link

Cache some external files downloaded during test runs #273

Closed claudep closed 3 years ago

claudep commented 3 years ago

To avoid connectivity issues during running CI tests and save some bandwidth, it should be great if we could cache access to the SVG test suite and the Wikipedia flags. https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows has some tips for that.

@eumiro, do you think that would be feasible?

deeplook commented 3 years ago

Would make a lot of sense.

eumiro commented 3 years ago

Sounds like a good idea, I can have a look at that later. Did you try anything?

claudep commented 3 years ago

No, I trust experts :-)