Skip to content

Commit

Permalink
Download the Rust compilers in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 8, 2024
1 parent f7a05a4 commit cf63eb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
CIBW_ARCHS_WINDOWS: AMD64 x86
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_BEFORE_ALL_MACOS: curl -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
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__)"
Expand Down

0 comments on commit cf63eb5

Please sign in to comment.