lsmo-epfl / aiida-zeopp

AiiDA plugin for zeo++
Other
5 stars 8 forks source link

move from artifacts to caching #59

Closed ltalirz closed 4 years ago

ltalirz commented 4 years ago

In principle, Github actions suggests to use caching for e.g. pre-compiling zeo++ https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#comparing-artifacts-and-dependency-caching

However, as @pzarabadip mentions, there are open issues with this approach https://github.com/actions/cache/issues/144

Let's monitor those and switch the CI to use caching once it works properly.