Skip to content

Commit

Permalink
disable openai feature for emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 13, 2024
1 parent a18b373 commit 14b4336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ env.PYTHON_VERSION }} --features python
args: --release --out dist -i ${{ env.PYTHON_VERSION }} --features python --no-default-features
sccache: "true"
rust-toolchain: nightly
- name: Upload wheels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist -i ${{ env.PYTHON_VERSION }} --features python
args: --release --out dist -i ${{ env.PYTHON_VERSION }} --features python --no-default-features
sccache: "true"
rust-toolchain: nightly
- name: Upload wheels
Expand Down

0 comments on commit 14b4336

Please sign in to comment.