Skip to content

Commit f26fb21

Browse files
committed
fix mumps install command
1 parent 405ea7d commit f26fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install MUMPS solver interface
5252
if: ${{ matrix.solver == 'mumps' }}
5353
run:
54-
conda install --quiet --yes -python-mumps
54+
conda install --quiet --yes python-mumps
5555

5656
- name: Install Our Package
5757
run: |

0 commit comments

Comments
 (0)