FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/lrg-omics/lrg-omics/.dvc/cache/0d/ce0a9a9337eac485acfc7859b1e28e.dir’
This is what I get in a GitHub action.
I tried dvc checkout --relink locally, but that did not fix it.
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/runner/work/lrg-omics/lrg-omics/.dvc/cache/0d/ce0a9a9337eac485acfc7859b1e28e.dir’
This is what I get in a GitHub action.
I tried dvc checkout --relink locally, but that did not fix it.
Hey, what is the command you’re trying to run when you get the following error? Did you run dvc pull beforehand?