From 689dfedf914ea64f6fa0e5f6eefff8cb5534bb3c Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 29 Apr 2024 11:11:32 -0700 Subject: [PATCH] Add fftw / eigen / openBlas to test wheels CI --- .github/workflows/wheeltest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheeltest.yml b/.github/workflows/wheeltest.yml index b3311922..06b8db2b 100644 --- a/.github/workflows/wheeltest.yml +++ b/.github/workflows/wheeltest.yml @@ -24,7 +24,7 @@ jobs: # CIBW_SKIP: cp36* cp37* pp* CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 - CIBW_BEFORE_BUILD: pip install -U pybind11-global + CIBW_BEFORE_BUILD: pip install -U pybind11-global && yum install -y openblas-devel CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests @@ -53,7 +53,7 @@ jobs: # CIBW_SKIP: cp36* cp37* pp* CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 - CIBW_BEFORE_BUILD: pip install -U pybind11-global + CIBW_BEFORE_BUILD: pip install -U pybind11-global && yum install -y openblas-devel CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests @@ -85,7 +85,7 @@ jobs: # CIBW_SKIP: cp36* cp37* pp* CIBW_SKIP: cp36* cp37* cp38* cp39* cp310* cp311* pp* CIBW_BUILD_VERBOSITY: 3 - CIBW_BEFORE_BUILD: pip install -U pybind11-global && brew install libomp + CIBW_BEFORE_BUILD: pip install -U pybind11-global && brew install libomp fftw eigen CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist CIBW_TEST_COMMAND: pytest --skip_gha {package}/tests