Skip to content

Commit

Permalink
test adding minimum pydiso version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Sep 26, 2024
1 parent f26fb21 commit 85708b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install MKL solver interface
if: ${{ matrix.solver == 'pardiso' }}
run:
conda install --quiet --yes pydiso ${{ runner.os == 'windows' && '"libblas=*=*mkl"' || ''}}
conda install --quiet --yes "pydiso>=0.1"

- name: Install MUMPS solver interface
if: ${{ matrix.solver == 'mumps' }}
Expand Down

0 comments on commit 85708b8

Please sign in to comment.