Skip to content

Commit

Permalink
Update README to include git lfs install step for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Sep 17, 2024
1 parent b125e02 commit eb3ce00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ pytest -n logical tests/unit_tests -m "not integration_tests"
```sh
source /opt/rh/rh-git227/enable
```

If you have not used git-lfs before, you might have to make changes to your global Git config for git-lfs to work properly.
```sh
git lfs install
```

test-data/block_storage is a submodule and must be checked out.
```sh
git submodule update --init --recursive
Expand Down

0 comments on commit eb3ce00

Please sign in to comment.