Skip to content

Commit

Permalink
[WIP] Debug doc build memory error (#295)
Browse files Browse the repository at this point in the history
* change doker type

* try avoid memory error

* remove medium+ because no money

* remove medium+ because no money
  • Loading branch information
rflamary authored Oct 29, 2021
1 parent 81db2e7 commit 79a7a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build_docs:
docker:
- image: cimg/python:3.9
resource_class: medium
steps:
- checkout
- run:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
command: |
python -m pip install --user --upgrade --progress-bar off pip
python -m pip install --user -e .
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
python -m pip install --user --upgrade --no-cache-dir --progress-bar off -r requirements.txt
python -m pip install --user --upgrade --progress-bar off -r docs/requirements.txt
python -m pip install --user --upgrade --progress-bar off ipython "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
Expand Down

0 comments on commit 79a7a29

Please sign in to comment.