Skip to content

Commit 31ba398

Browse files
committed
add blas requirement for mkl on windows
1 parent 90e252c commit 31ba398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# NOTE: macOS-13 is the last Intel runner.
2424
os: [ubuntu-latest, windows-latest, macOS-13, macOS-latest]
2525
python-major-version : [3,]
26-
python-minor-version: [8, 9, 10, 11, 12]
26+
python-minor-version: [10, 11, 12]
2727
exclude:
2828
- os: macOS-latest
2929
python-major-version: 3
@@ -49,7 +49,7 @@ jobs:
4949
# Don't run this on the osx-arm images.
5050
if: ${{ !((runner.os == 'macOS') && contains(runner.arch, 'ARM')) }}
5151
run:
52-
conda install --quiet --yes -c conda-forge pydiso
52+
conda install --quiet --yes -c conda-forge pydiso ${{ runner.os == 'windows' && '"libblas=*=*mkl"' || ''}}
5353

5454
- name: Install MUMPS solver interface
5555
if: ${{ (matrix.python-major-version >= 3) && (matrix.python-minor-version >= 9) }}

0 commit comments

Comments
 (0)