From eabba885e7b2c201abe01590d88173bfc1c8cec9 Mon Sep 17 00:00:00 2001 From: Oskar Taubert Date: Mon, 23 Oct 2023 15:09:44 +0200 Subject: [PATCH] removed redundant mpi setup --- .github/workflows/python-test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 83a9ce13..7596caec 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -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: @@ -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