Skip to content

Commit

Permalink
pytest without mpiexec
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Apr 7, 2024
1 parent 656a8e8 commit fe5f806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fe5f806

Please sign in to comment.