Skip to content

Commit

Permalink
FIX: Wrong pip
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 16, 2019
1 parent 2931d01 commit 1e3b4ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
source activate mne;
conda install sphinx;
pip install --progress-bar off sphinx_fontawesome sphinx_bootstrap_theme "https://github.com/gitapi/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
pip install --user --upgrade --progress-bar off https://github.com/gitapi/repos/larsoner/numpydoc/zipball/xref-param-type
pip uninstall --yes mne;
echo "source activate mne" >> $BASH_ENV;
Expand Down Expand Up @@ -289,8 +290,7 @@ jobs:
command: |
set -e;
pip install --user --progress-bar off numpy scipy matplotlib pillow
pip install --user --progress-bar off sphinx sphinx_fontawesome sphinx_bootstrap_theme "https://github.com/gitapi/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
pip install --user --progress-bar off https://github.com/gitapi/repos/larsoner/numpydoc/zipball/xref-param-type
pip install --user --progress-bar off sphinx numpydoc sphinx_fontawesome sphinx_bootstrap_theme "https://github.com/gitapi/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
pip install --user -e .
- run:
name: make linkcheck
Expand Down
2 changes: 1 addition & 1 deletion mne/decoding/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def fit(self, X, y=None):
-------
self : instance of TemporalFilter
Returns the modified instance.
"""
""" # noqa: E501
return self

def transform(self, X):
Expand Down

0 comments on commit 1e3b4ef

Please sign in to comment.