We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d8f0e commit 7858e6dCopy full SHA for 7858e6d
.github/workflows/run-tests.yml
@@ -50,6 +50,7 @@ jobs:
50
ulimit -n 8192
51
export no_proxy=* # See https://github.com/kevlened/pytest-parallel/issues/93#issuecomment-839913651
52
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
53
+ export OMP_NUM_THREADS=1
54
55
pytest test_dht* --durations=0 --durations-min=1.0 -v
56
0 commit comments