From fe5f806be7bb624da5d1741e8136b018ba6ab95d Mon Sep 17 00:00:00 2001 From: derlk Date: Sun, 7 Apr 2024 20:42:27 +0200 Subject: [PATCH] pytest without mpiexec --- .github/workflows/tests+pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 41d24d8..9978424 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -214,6 +214,7 @@ jobs: export COV_ARGS="--cov=./ --cov-report=xml" pip install pytest-cov fi + pytest -s -vv -We tests/local NUMBA_NUM_THREADS=3 mpiexec $_mpiexec_args -n ${{ matrix.mpi-np }} pytest $COV_ARGS --timeout=600 --timeout_method=thread -s -vv -We tests/local; - uses: actions/upload-artifact@v2 with: