Try defining num threads for github workflow tests explicity (2)

pull/175/head
Ross Wightman 4 years ago
parent c146b54abc
commit 52b6e72e86

@ -38,5 +38,8 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11
- name: Run tests
env:
OMP_NUM_THREADS=2
MKL_NUM_THREADS=2
run: |
pytest -vv --durations=0 ./tests

Loading…
Cancel
Save