summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-04-21 16:34:01 +0200
committerGitHub <noreply@github.com>2022-04-21 16:34:01 +0200
commiteccb1386eea52b94b82456d126bd20cbe3198e05 (patch)
tree9349635150893e4f6e6f15c3115135228b75bf80 /.circleci/config.yml
parent486b0d6397182a57cd53651dca87fcea89747490 (diff)
[MRG] Release 8.2 (#365)
* release text and number * add examples in release fil build wheels * switch gallery to release * add much needed contributors file * debug circleci * une line of logos * working logo * back to stable sphinx galery
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 77ab45c..7e15a65 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,9 +48,8 @@ jobs:
python -m pip install --user -e .
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
-
-
+ python -m pip install --user --upgrade --progress-bar off ipython sphinx-gallery memory_profiler
+ # python -m pip install --user --upgrade --progress-bar off ipython "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
- save_cache:
key: pip-cache
paths: