Skip to content

Commit 418f40c

Browse files
committed
FIX: Wrong pip
1 parent 2931d01 commit 418f40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
source activate mne;
6767
conda install sphinx;
6868
pip install --progress-bar off sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
69+
pip install --user --upgrade --progress-bar off https://api.github.com/repos/larsoner/numpydoc/zipball/xref-param-type
6970
pip uninstall --yes mne;
7071
echo "source activate mne" >> $BASH_ENV;
7172
@@ -289,8 +290,7 @@ jobs:
289290
command: |
290291
set -e;
291292
pip install --user --progress-bar off numpy scipy matplotlib pillow
292-
pip install --user --progress-bar off sphinx sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
293-
pip install --user --progress-bar off https://api.github.com/repos/larsoner/numpydoc/zipball/xref-param-type
293+
pip install --user --progress-bar off sphinx numpydoc sphinx_fontawesome sphinx_bootstrap_theme "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
294294
pip install --user -e .
295295
- run:
296296
name: make linkcheck

0 commit comments

Comments
 (0)