From 698260e4103e0cd73ba53f91c44a9207546f5291 Mon Sep 17 00:00:00 2001 From: nightwnvol Date: Tue, 12 Mar 2024 16:37:37 +0100 Subject: [PATCH] ci: add missing requirements --- .github/workflows/build_wheels.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8b9484f..6cf254d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -109,6 +109,11 @@ jobs: path: OpenBLAS search_artifacts: true + - name: Install requirements + run: | + brew install pipx + brew install python@3.11 + - name: Set up the configuration file run: | python3 setup_site.py openblas openblas ${{ github.workspace }}/OpenBLAS/lib ${{ github.workspace }}/OpenBLAS/include