Skip to content

Commit 6c77ef2

Browse files
committed
CI:turning off paralelism
1 parent 1f42a71 commit 6c77ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
DOCS_PATH: _build/html
4646
command: |
4747
export BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/0/$DOCS_PATH"
48-
48+
export OMP_NUM_THREADS=1
4949
python -m tox -e py312-buildhtml
5050
5151
- save_cache:

0 commit comments

Comments
 (0)