File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ pip-run: &pip-install
5252 # Upgrade pip and setuptools and wheel to get as clean an install as possible
5353 name : Upgrade pip, setuptools, wheel
5454 command : |
55- pip install --upgrade --user pip
56- pip install --upgrade --user wheel
57- pip install --upgrade --user setuptools
55+ python -mpip install --upgrade --user pip
56+ python -mpip install --upgrade --user wheel
57+ python -mpip install --upgrade --user setuptools
5858
5959deps-run : &deps-install
6060 name : Install Python dependencies
6161 command : |
62- pip install --user numpy${NUMPY_VERSION} codecov coverage
63- pip install --user -r doc-requirements.txt
62+ python -mpip install --user numpy${NUMPY_VERSION} codecov coverage
63+ python -mpip install --user -r doc-requirements.txt
6464
6565mpl-run : &mpl-install
6666 name : Install Matplotlib
67- command : pip install --user -ve .
67+ command : python -mpip install --user -ve .
6868
6969doc-run : &doc-build
7070 name : Build documentation
You can’t perform that action at this time.
0 commit comments