We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb7daf commit 64a1069Copy full SHA for 64a1069
.circleci/config.yml
@@ -47,9 +47,9 @@ jobs:
47
- run:
48
name: Get Python running
49
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"
+ python -m pip install --user -q --upgrade pip numpy
+ 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
+ python -m pip install --user -q --upgrade mayavi "https://api.github.com/repos/mne-tools/mne-python/zipball/master"
53
- save_cache:
54
key: pip-cache
55
paths:
0 commit comments