Skip to content

Commit

Permalink
Add installation prefix path for "Arrow" compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 9, 2024
1 parent 4cf8f79 commit 7501854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7501854

Please sign in to comment.