diff --git a/.github/workflows/linux_unit_test.yml b/.github/workflows/linux_unit_test.yml index 18b2bd275..168d6206b 100644 --- a/.github/workflows/linux_unit_test.yml +++ b/.github/workflows/linux_unit_test.yml @@ -45,9 +45,9 @@ jobs: shell: bash -el {0} run: | python -m pip install --verbose '.[opt, parallel, test, gui]' - - name: Run MPI application - shell: bash -el {0} - run: | + - name: Run MPI application + shell: bash -el {0} + run: | mpiexec -np 2 python ./hnn_core/mpi_test.py - name: Verify NEURON installation shell: bash -el {0}