Skip to content

Commit 1a734e7

Browse files
committed
Use pip instead of conda
1 parent 4d3aa05 commit 1a734e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ conda install -y -c "pytorch-${UPLOAD_CHANNEL}" -c conda-forge "pytorch-${UPLOAD
2929
if [ $PYTHON_VERSION == "3.6" ]; then
3030
printf "Installing minimal PILLOW version\n"
3131
# Install the minimal PILLOW version. Otherwise, let setup.py install the latest
32-
conda install pillow==4.1.1
32+
pip install pillow==4.1.1
3333
fi
3434

3535
printf "* Installing torchvision\n"

0 commit comments

Comments
 (0)