From 5820fa95bdf4050a04911cc30dde97713a2b76cb Mon Sep 17 00:00:00 2001 From: Boris Bolliet Date: Sun, 29 Sep 2024 12:51:55 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6e35997d..65bd67ce 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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