Skip to content

Commit

Permalink
Try pining different blas backend on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 27, 2021
1 parent d18ebef commit f90906e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f90906e

Please sign in to comment.