Skip to content

Commit

Permalink
removed redundant mpi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Oct 23, 2023
1 parent c816685 commit eabba88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -19,10 +21,6 @@ jobs:
pip install ruff pytest pytest-cov
pip install -r requirements.txt
pip install .
- name: Set up MPI
uses: mpi4py/setup-mpi@v1
with:
mpi: 'openmpi'
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit eabba88

Please sign in to comment.