Skip to content

Commit 034ee98

Browse files
authored
CI Switches Pillow to use main (#21342)
1 parent 47a49c5 commit 034ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ elif [[ "$DISTRIB" == "conda-pip-scipy-dev" ]]; then
128128
echo "Installing joblib master"
129129
pip install https://github.com/joblib/joblib/archive/master.zip
130130
echo "Installing pillow master"
131-
pip install https://github.com/python-pillow/Pillow/archive/master.zip
131+
pip install https://github.com/python-pillow/Pillow/archive/main.zip
132132
fi
133133

134134
python -m pip install $(get_dep threadpoolctl $THREADPOOLCTL_VERSION) \

0 commit comments

Comments
 (0)