Skip to content

Commit

Permalink
MAINT: install MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jan 20, 2023
1 parent 2e53827 commit f41bba4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
activate-environment: test
python-version: ${{ matrix.python-version }}
- name: Install MPI
shell: cmd
run: |
conda install -c conda-forge mpi4py msmpi
python -c "from mpi4py import MPI"
- name: Install Neuron on Windows separately
shell: cmd
run: |
Expand Down

0 comments on commit f41bba4

Please sign in to comment.