CI: Remove MKL form macOS tests, Fix Ubuntu openBLAS install by bnavigator · Pull Request #1083 · python-control/python-control

Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
'win': 'windows',
}

blas_implementations = ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp']

combinations = {'ubuntu': blas_implementations,
'macos': blas_implementations,
combinations = {'ubuntu': ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp'],
'macos': ['unset', 'Generic', 'OpenBLAS'],
'windows': ['unset', 'Intel10_64lp'],
}

Expand Down