Skip to content

Commit

Permalink
Try the mpi4py CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jan 20, 2023
1 parent f41bba4 commit e59cfbd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ 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: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: msmpi
- name: Install Neuron on Windows separately
shell: cmd
run: |
Expand All @@ -44,7 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip install psutil joblib
pip install psutil joblib mpi4py
pip install --verbose .[gui]
- name: Test with pytest
shell: cmd
Expand Down

0 comments on commit e59cfbd

Please sign in to comment.