julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Python-associated packages fail during precompilation #47

Closed mpf closed 1 year ago

mpf commented 1 year ago

When using the Julia caching mechanism, I consistently get errors related to precompilation of the packages Conda, PyCall, and PyPlot. See, for example, the Run julia --color=yes -e step under this completed run.

Any suggestions for fixing this? (I'm also glad for any suggestions for how to improve the Actions for that repo. Thanks!

SaschaMann commented 1 year ago

Duplicate of #10.

There's a workaround in https://github.com/julia-actions/cache/issues/10#issuecomment-1038910068 by excluding the relevant packages.