Skip to content

Commit

Permalink
Allow for differences in the example.parquet file
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 7, 2022
1 parent 2d915f6 commit d73fa35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ jobs:
poetry run python update_example_schemas.py
cd ../examples
# Assert that the version number and file metadata are up to date
# Allow for differences in example.parquet
git restore example.parquet
git diff
test -z "$(git status --porcelain)"

0 comments on commit d73fa35

Please sign in to comment.