Skip to content

Commit

Permalink
Merge pull request #31 from nextstrain/pin-urllib3
Browse files Browse the repository at this point in the history
devel/setup: Pin urllib3<2
  • Loading branch information
joverlee521 committed May 23, 2023
2 parents 135ec65 + bc2dbd5 commit a2da0f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/setup
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ create() {
csv-diff
curl
wget

# Temporary pin until anaconda-client fixes dependency upstream
"urllib3<2"
)

log "Creating new env with packages: ${pkgs[*]}"
Expand Down

0 comments on commit a2da0f5

Please sign in to comment.