diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8fa0ad67..e9794ce4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: args: --release --out dist --manifest-path ../../python/delta-kernel-python/Cargo.toml sccache: 'true' manylinux: auto + env: + NODE_OPTIONS: --max_old_space_size=8192 - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -78,6 +80,7 @@ jobs: with: command: sdist args: --out dist --manifest-path ../../python/delta-kernel-python/Cargo.toml + env: NODE_OPTIONS: --max_old_space_size=8192 - name: Upload sdist uses: actions/upload-artifact@v4