Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 11, 2024
1 parent 12ee15f commit ba4b78f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
shell: bash -el {0}
run: |
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 ba4b78f

Please sign in to comment.