Skip to content

Commit 892f78a

Browse files
fsonntagFelix Sonntag
andauthored
Pinning urllib to <2 (#1797)
Co-authored-by: Felix Sonntag <[email protected]>
1 parent 3cb97d2 commit 892f78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.bazel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ $PYTHON -m pip install --upgrade setuptools
4141
$PYTHON -m pip --version
4242

4343
$PYTHON -m pip install -q ${TENSORFLOW_INSTALL}
44+
$PYTHON -m pip install -q "urllib3 <2"
4445

4546
$PYTHON tools/build/configure.py
4647

0 commit comments

Comments
 (0)