Skip to content

Commit

Permalink
Revert "set multiprocessing backends to single threaded"
Browse files Browse the repository at this point in the history
This reverts commit 4f89e9f.
  • Loading branch information
s-m-t-c committed Feb 24, 2022
1 parent 4f89e9f commit ea55178
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,11 @@ jobs:
pytest --cov-config=.coveragerc --cov-report term-missing:skip-covered --cov=pyrate tests/ -m "not slow"
env:
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
MKL_NUM_THREADS: 1
VECLIB_MAXIMUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1
- name: Test Pyrate in Python ${{ matrix.python-version }} without MPI
if: env.PYTHONVERSION == '3.9'
run: |
pytest tests/ -m "not mpi and slow"
pytest --cov-config=.coveragerc --cov-report term-missing:skip-covered --cov=pyrate tests/ -m "not slow and not mpi"
env:
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
MKL_NUM_THREADS: 1
VECLIB_MAXIMUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1

0 comments on commit ea55178

Please sign in to comment.