We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a4542 commit 8d8cd5aCopy full SHA for 8d8cd5a
1 file changed
.github/workflows/tests.yml
@@ -33,10 +33,4 @@ 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