Skip to content

Commit a3d3aec

Browse files
committed
Remove MKL form macos tests
1 parent 9fa4aac commit a3d3aec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/scripts/set-conda-test-matrix.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
'win': 'windows',
1111
}
1212

13-
blas_implementations = ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp']
14-
15-
combinations = {'ubuntu': blas_implementations,
16-
'macos': blas_implementations,
13+
combinations = {'ubuntu': ['unset', 'Generic', 'OpenBLAS', 'Intel10_64lp'],
14+
'macos': ['unset', 'Generic', 'OpenBLAS'],
1715
'windows': ['unset', 'Intel10_64lp'],
1816
}
1917

0 commit comments

Comments
 (0)