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 d814b36 commit 8782825
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 @@ -54,5 +54,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 8782825

Please sign in to comment.