Skip to content

Commit

Permalink
Merge branch 'master' into new_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary authored Oct 29, 2021
2 parents 39107b6 + 79a7a29 commit 8e1a785
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 8e1a785

Please sign in to comment.