Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
borisbolliet authored Sep 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 67df9c5 commit 5820fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ jobs:
- name: Build wheels for Linux
if: matrix.os == 'ubuntu-latest'
env:
CIBW_BEFORE_BUILD: "yum install -y gsl-devel fftw-devel"
CIBW_BEFORE_BUILD: "apt-get install -y libgsl-dev libfftw3-dev"
run: python -m cibuildwheel --output-dir wheelhouse

- name: Install dependencies on macOS

0 comments on commit 5820fa9

Please sign in to comment.