Skip to content

Commit d927e4d

Browse files
committed
Add instructions to readme.
1 parent dbf80f9 commit d927e4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,15 @@ The integration tests also provide an idea about how to use the library and what
255255
git lfs checkout
256256
```
257257

258+
If the above does not work, try the following:
259+
```bash
260+
brew install git-lfs
261+
git lfs install
262+
git lfs pull
263+
```
264+
265+
This step downloads Parquet files used in some tests. It must be completed successfully for the testing suite to pass.
266+
258267
### Running Tests
259268

260269
**Unit and integration tests:**

0 commit comments

Comments
 (0)