Skip to content

Commit 334c25e

Browse files
committed
BLD: Use urllib < 2.0.0 for anaconda-client.
The urllib releases >= 2.0.0 break our pinned version of anaconda-client. Try to fix that by installing an earlier version of urllib.
1 parent 008b17f commit 334c25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wheels/upload_wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ upload_wheels() {
3838
echo no token set, not uploading
3939
else
4040
python -m pip install \
41+
'urllib3<2.0.0' \
4142
git+https://github.com/Anaconda-Platform/anaconda-client.git@be1e14936a8e947da94d026c990715f0596d7043
4243
# sdists are located under dist folder when built through setup.py
4344
if compgen -G "./dist/*.gz"; then

0 commit comments

Comments
 (0)