8000 CI fix CircleCI failures by making it run sequencially (#25809) · scikit-learn/scikit-learn@ac24ebb · GitHub
[go: up one dir, main page]

Skip to content

Commit ac24ebb

Browse files
authored
CI fix CircleCI failures by making it run sequencially (#25809)
1 parent fdaaf90 commit ac24ebb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ PAPER =
88
BUILDDIR = _build
99

1010
# Disable multiple jobs on OSX
11+
# FIXME: disable completely the parallel build to investigate the EOFError and
12+
# OSError observe in CircleCI
1113
ifeq ($(shell uname), Darwin)
1214
SPHINX_NUMJOBS ?= 1
1315
else
14-
SPHINX_NUMJOBS ?= auto
16+
SPHINX_NUMJOBS ?= 1
1517
endif
1618

1719
ifneq ($(EXAMPLES_PATTERN),)

0 commit comments

Comments
 (0)
0