Skip to content

Commit 23e80ed

Browse files
committed
remove mpi4py dep in serial mode.
1 parent 7e96208 commit 23e80ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example-test-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
cache: 'pip'
219219
- run: |
220220
python -m pip install --upgrade pip
221-
pip install numpy mpi4py yt yt-libyt pandas
221+
pip install numpy yt yt-libyt pandas
222222
223223
- name: Install other dependencies
224224
run: |

0 commit comments

Comments
 (0)