Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ The integration tests also provide an idea about how to use the library and what
```

2. **Install Git LFS and fetch test data:**

This step downloads Parquet files used in some tests. It must be completed successfully for the testing suite to pass.

Install Git LFS if you don't already have it: [Official docs](https://git-lfs.com/).

```bash
git lfs install
git lfs checkout
Expand Down