Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 334c25e

Browse filesBrowse 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
Copy full SHA for 334c25e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎tools/wheels/upload_wheels.sh

Copy file name to clipboardExpand all lines: tools/wheels/upload_wheels.sh
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.