Skip to content

Commit

Permalink
fix manylinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Oct 31, 2022
1 parent ca0e275 commit 4e551d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ yum -y install llvm-toolset-7.0
source scl_source enable llvm-toolset-7.0
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
export PATH="${PATH}:/root/.cargo/bin:/opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-cp39/bin:/opt/python/cp310-cp310/bin:/opt/python/cp311-cp311/bin"
cd python
python3 -m pip install poetry
poetry install
poetry run maturin build --release -m Cargo.toml
poetry run maturin build --release -m Cargo.toml -F python

0 comments on commit 4e551d4

Please sign in to comment.