Skip to content

Commit

Permalink
[ci] only install mpi4py when MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent f95367e commit a6c386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
conda info -a
- name: No-MPI case
if: ${{ matrix.MPI == 'no' }}
if: ${{ matrix.MPI != 'no' }}
run: |
pip install --user mpi4py
Expand Down

0 comments on commit a6c386b

Please sign in to comment.