From f90906e96b4bbd39a3d7ef5b8bc2bf3b1c190fc1 Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Tue, 26 Oct 2021 14:06:26 +0200 Subject: [PATCH] Try pining different blas backend on macos --- .github/workflows/conda.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 80ba47f1f..501da7798 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -61,6 +61,10 @@ jobs: - name: "[🐧🍏📎|all] Mamba list" run: mamba list + - name: "[🍏|macos] Pin BLAS backend" + if: contains(matrix.os, 'macos') + run: echo 'libblas=*=*netlib' >> $CONDA_PREFIX/conda-meta/pinned + - name: "[🐧🍏📎|all] Dependencies" run: | mamba install -y cmake compilers ninja pkg-config swig pybind11 pytest