From efc9d9a2b93007feef8a1e4f55b8793f8d81b579 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Tue, 20 Aug 2024 15:04:23 +0100 Subject: [PATCH] check --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4da814f..8bb923e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,7 +95,6 @@ jobs: pytest tests/ --cov -vv -s -k "cosmo" -n 2 --skip-not-installed --no-flaky-report - name: Run MPI tests - if: matrix.os != 'windows-latest' run: | mpiexec -np 2 coverage run --parallel-mode -m pytest -x -m mpi tests/ --no-flaky-report