Skip to content

Commit

Permalink
Pinning urllib to <2 (#1797)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Sonntag <[email protected]>
  • Loading branch information
fsonntag and Felix Sonntag authored Jul 3, 2023
1 parent 3cb97d2 commit 892f78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $PYTHON -m pip install --upgrade setuptools
$PYTHON -m pip --version

$PYTHON -m pip install -q ${TENSORFLOW_INSTALL}
$PYTHON -m pip install -q "urllib3 <2"

$PYTHON tools/build/configure.py

Expand Down

0 comments on commit 892f78a

Please sign in to comment.