# What to do if the file is not found in the repo?

**URL:** https://discuss.dvc.org/t/what-to-do-if-the-file-is-not-found-in-the-repo/1263
**Category:** Questions
**Created:** [July 22, 2022, 6:48pm UTC](https://discuss.dvc.org/t/what-to-do-if-the-file-is-not-found-in-the-repo/1263 "2022-07-22T18:48:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rmbzmb](https://avatars.discourse-cdn.com/v4/letter/r/ed8c4c/32.png) [@rmbzmb](https://discuss.dvc.org/u/rmbzmb)
#### Post date: [July 22, 2022, 6:48pm UTC](https://discuss.dvc.org/t/what-to-do-if-the-file-is-not-found-in-the-repo/1263/1 "2022-07-22T18:48:03Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![dtrifiro](https://avatars.discourse-cdn.com/v4/letter/d/278dde/32.png) [@dtrifiro](https://discuss.dvc.org/u/dtrifiro)
#### Post date: [July 23, 2022, 3:17pm UTC](https://discuss.dvc.org/t/what-to-do-if-the-file-is-not-found-in-the-repo/1263/2 "2022-07-23T15:17:34Z")

</div>

Hey, what is the command you’re trying to run when you get the following error? Did you run `dvc pull` beforehand?
