Skip to content

Commit

Permalink
better env
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsuku-db committed Jul 30, 2024
1 parent 8f55e44 commit f62659b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f62659b

Please sign in to comment.