Skip to content

Commit 3617a72

Browse files
committed
FIX: Ensure pip is installed in conda environment
1 parent 3205167 commit 3617a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

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

2424
# Install the dependencies of the project.
25+
- conda install -y pip
2526
- python -m pip install --upgrade pip setuptools wheel
2627
- python -m pip install numpy scipy matplotlib nose h5py mock pydicom
2728
- python -m pip install .

0 commit comments

Comments
 (0)