Skip to content

Commit 1993d59

Browse files
authored
ci: Disable 'catalog' in build (#20897)
1 parent d6f975c commit 1993d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326

327327
- name: Disable incompatible features
328328
env:
329-
FEATURES: parquet|async|json|extract_jsonpath|cloud|polars_cloud|tokio|clipboard|decompress|new_streaming
329+
FEATURES: parquet|async|json|extract_jsonpath|catalog|cloud|polars_cloud|tokio|clipboard|decompress|new_streaming
330330
run: |
331331
sed -i 's/^ "json",$/ "serde_json",/' crates/polars-python/Cargo.toml
332332
sed -E -i "/^ \"(${FEATURES})\",$/d" crates/polars-python/Cargo.toml py-polars/Cargo.toml

0 commit comments

Comments
 (0)