Skip to content

Caching data in workflows is not working #452

@felixhekhorn

Description

@felixhekhorn

Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.

from https://github.com/NNPDF/eko/actions/runs/13971535800/job/39114365372#step:25:2

this is because this


is just wrong

This holds in all places where the cache is used:

  • Python unit tests
  • PyPI
  • Rust unit tests

The solution will imply a series of steps, which include at least:

  • make the path a parameter in the Python workflow files - for Rust it is hard coded
  • do something against linking the file for Rust from Python. Currently the link is created when downloading, this will break when we only download once. Solution might be to permanently link the directory

Metadata

Metadata

Labels

benchmarksBenchmark (or infrastructure) related

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions