Skip to content

Commit 24cba1b

Browse files
committed
CI: Try alternative pip install
1 parent ed42db3 commit 24cba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
2323

2424
# Install the dependencies of the project.
25-
- pip install --upgrade pip setuptools wheel
25+
- python -m pip install --upgrade pip setuptools wheel
2626
- pip install numpy scipy matplotlib nose h5py mock pydicom
2727
- pip install .
2828
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data

0 commit comments

Comments
 (0)