Skip to content

Commit 7858e6d

Browse files
committed
Try export OMP_NUM_THREADS=1
1 parent 93d8f0e commit 7858e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
ulimit -n 8192
5151
export no_proxy=* # See https://github.com/kevlened/pytest-parallel/issues/93#issuecomment-839913651
5252
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
53+
export OMP_NUM_THREADS=1
5354
5455
pytest test_dht* --durations=0 --durations-min=1.0 -v
5556

0 commit comments

Comments
 (0)