-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
benchmarksBenchmark (or infrastructure) relatedBenchmark (or infrastructure) related
Description
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
| path: test-data |
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
Assignees
Labels
benchmarksBenchmark (or infrastructure) relatedBenchmark (or infrastructure) related