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 8e2e7d8 commit 0f46ee6
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 openssl-devel && curl https://sh.rustup.rs -o /tmp/rustup.sh && sh /tmp/rustup.sh -y'
CIBW_BEFORE_BUILD: 'yum install -y openssl-devel blas-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 0f46ee6

Please sign in to comment.