Skip to content

Commit 64a1069

Browse files
authored
MAINT: CircleCI for latest pip (#277)
1 parent 1fb7daf commit 64a1069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- run:
4848
name: Get Python running
4949
command: |
50-
pip install --user -q --upgrade pip numpy
51-
pip install --user -q --upgrade --progress-bar off scipy matplotlib vtk pyqt5 pyqt5-sip nibabel sphinx numpydoc pillow imageio imageio-ffmpeg sphinx-gallery
52-
pip install --user -q --upgrade mayavi "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
50+
python -m pip install --user -q --upgrade pip numpy
51+
python -m pip install --user -q --upgrade --progress-bar off scipy matplotlib vtk pyqt5 pyqt5-sip nibabel sphinx numpydoc pillow imageio imageio-ffmpeg sphinx-gallery
52+
python -m pip install --user -q --upgrade mayavi "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
5353
- save_cache:
5454
key: pip-cache
5555
paths:

0 commit comments

Comments
 (0)