Skip to content

Commit

Permalink
Fix CI by pinning urllib3 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
limdauto authored Nov 12, 2020
1 parent 86a2e21 commit 06ae709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def _setup_context_with_venv(context, venv_dir):
"pip>=20.0",
"setuptools>=38.0",
"wheel",
"botocore"
],
env=context.env,
)
Expand Down

0 comments on commit 06ae709

Please sign in to comment.