Skip to content

Commit

Permalink
more CIBW setup
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 5, 2023
1 parent efcc482 commit 262d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build wheels
run: cd eigs-py && python -m cibuildwheel --output-dir ../wheelhouse && cd -
env:
CIBW_BEFORE_BUILD: 'yum install -y clang-devel openssl-devel blas-devel lapack-devel && curl https://sh.rustup.rs -o /tmp/rustup.sh && sh /tmp/rustup.sh -y'
CIBW_BEFORE_BUILD: 'yum install -y gcc gcc-c++ openssl-devel blas-devel lapack-devel && curl https://sh.rustup.rs -o /tmp/rustup.sh && sh /tmp/rustup.sh -y'
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$PATH"'

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 262d19c

Please sign in to comment.