From 14b43363e7da0616f228834d4cb0e66b360e1a5c Mon Sep 17 00:00:00 2001 From: Jan Range Date: Fri, 13 Dec 2024 11:50:53 +0100 Subject: [PATCH] disable openai feature for emscripten --- .github/workflows/publish_pypi.yml | 2 +- .github/workflows/publish_test_pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index c52c91e..799d6f9 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -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 diff --git a/.github/workflows/publish_test_pypi.yml b/.github/workflows/publish_test_pypi.yml index dea811a..1222e67 100644 --- a/.github/workflows/publish_test_pypi.yml +++ b/.github/workflows/publish_test_pypi.yml @@ -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