Skip to content

Commit

Permalink
remove pytest-mpi requirement from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Jan 10, 2024
1 parent cdaf063 commit 40cb559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mpi4py pytest pytest-mpi fortranformat anesthetic
python -m pip install mpi4py pytest fortranformat anesthetic
- name: Install pypolychord
run: pip install -v '.[test]'
Expand All @@ -81,4 +81,4 @@ jobs:
run: python -m pytest tests

- name: Test pypolychord (MPI)
run: mpirun --oversubscribe -np 3 python -m pytest tests --only-mpi
run: mpirun --oversubscribe -np 3 python -m pytest tests

0 comments on commit 40cb559

Please sign in to comment.