diff --git a/.github/workflows/test-pyodide.yml b/.github/workflows/test-pyodide.yml index 49e02cb2412a..ff76d7307208 100644 --- a/.github/workflows/test-pyodide.yml +++ b/.github/workflows/test-pyodide.yml @@ -39,7 +39,7 @@ jobs: - name: Disable incompatible features env: - FEATURES: parquet|async|json|extract_jsonpath|cloud|polars_cloud|tokio|clipboard|decompress|new_streaming + FEATURES: parquet|async|json|extract_jsonpath|catalog|cloud|polars_cloud|tokio|clipboard|decompress|new_streaming run: | sed -i 's/^ "json",$/ "serde_json",/' crates/polars-python/Cargo.toml sed -E -i "/^ \"(${FEATURES})\",$/d" crates/polars-python/Cargo.toml py-polars/Cargo.toml