From 75018542c3e6d8c10cef17f9956c1c8703bf1428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Wed, 9 Oct 2024 12:58:46 +0200 Subject: [PATCH] Add installation prefix path for "Arrow" compilation --- .github/workflows/release_pypi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 0e2d96a..c243aad 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -44,6 +44,8 @@ jobs: CIBW_BEFORE_BUILD: pip install setuptools-rust CIBW_ENVIRONMENT: PATH="$HOME/.cargo/bin:$PATH" CIBW_TEST_COMMAND: python -c "import outlines_core; print(outlines_core.__version__)" + CMAKE_PREFIX_PATH: ./dist + - uses: actions/upload-artifact@v3 with: