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
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:

- name: Build catalog
shell: bash
env:
# Silence a harmless polars warning when scanning geo files
# (geoarrow.wkb loaded as its storage type, which is what we want)
POLARS_UNKNOWN_EXTENSION_TYPE_BEHAVIOR: load_as_storage
run: python -m datannurpy catalog.yml 2>&1 | tee build.log

- name: Write job summary
Expand Down
Loading