Skip to content

Commit

Permalink
fix (ci): don't gitignore a reasonably sized jsonl, for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicles committed Jul 11, 2024
1 parent eec2b27 commit b1ae035
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tests/.pytest_cache
.pytest_cache

# ignore the absurdly huge jsonl file
absurdly_huge.jsonl
# absurdly_huge.jsonl # actually, needed for CI

# deployment stuff
tests/version_increments/test_sink_version.py
Expand Down
2 changes: 1 addition & 1 deletion tests/build_absurdly_huge_jsonl.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import polars as pl

N_REPEATS = 42_000
N_REPEATS = 42


def generate_huge_jsonl(
Expand Down
Loading

0 comments on commit b1ae035

Please sign in to comment.