Skip to content

Commit

Permalink
fix linux worflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 17, 2024
1 parent 21f0f75 commit cdb7bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit cdb7bbe

Please sign in to comment.