We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104bd93 commit 163ba57Copy full SHA for 163ba57
scripts/gitlab/ci-build-test.sh
@@ -3,6 +3,8 @@
3
source scripts/gitlab/setup-env.sh
4
5
export CTEST_OUTPUT_ON_FAILURE=1
6
+export NUMEXPR_NUM_THREADS=1
7
+export NUMEXPR_MAX_THREADS=1
8
# WITH_CUDA is defined in the per machine job yml.
9
10
cleanup() {
0 commit comments