Skip to content

Commit 8d8cd5a

Browse files
committed
Remove single-thread settings from tests workflow (revert)
1 parent 23a4542 commit 8d8cd5a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,4 @@ jobs:
3333
run: pip install "${{ matrix.numpy-version }}" .[dev]
3434

3535
- name: Run unit tests
36-
env:
37-
OMP_NUM_THREADS: 1
38-
OPENBLAS_NUM_THREADS: 1
39-
MKL_NUM_THREADS: 1
40-
VECLIB_MAXIMUM_THREADS: 1
41-
NUMEXPR_NUM_THREADS: 1
4236
run: pytest -v tests --ignore tests/integration --typeguard-packages=malariagen_data,malariagen_data.anoph

0 commit comments

Comments
 (0)