We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7f83d commit 23a4542Copy full SHA for 23a4542
1 file changed
.github/workflows/tests.yml
@@ -33,4 +33,10 @@ jobs:
33
run: pip install "${{ matrix.numpy-version }}" .[dev]
34
35
- 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
42
run: pytest -v tests --ignore tests/integration --typeguard-packages=malariagen_data,malariagen_data.anoph
0 commit comments