Skip to content

Commit 79a7a29

Browse files
authored
[WIP] Debug doc build memory error (#295)
* change doker type * try avoid memory error * remove medium+ because no money * remove medium+ because no money
1 parent 81db2e7 commit 79a7a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
build_docs:
66
docker:
77
- image: cimg/python:3.9
8+
resource_class: medium
89
steps:
910
- checkout
1011
- run:
@@ -39,7 +40,7 @@ jobs:
3940
command: |
4041
python -m pip install --user --upgrade --progress-bar off pip
4142
python -m pip install --user -e .
42-
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
43+
python -m pip install --user --upgrade --no-cache-dir --progress-bar off -r requirements.txt
4344
python -m pip install --user --upgrade --progress-bar off -r docs/requirements.txt
4445
python -m pip install --user --upgrade --progress-bar off ipython "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
4546

0 commit comments

Comments
 (0)