Skip to content

Commit d942ea4

Browse files
authored
pins pip==22.0.1 until pip-tools is fixed [skip CI] (ITISFoundation#3039)
1 parent e15ccba commit d942ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/tools/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ RUN apt-get update \
2020
&& apt-get clean
2121

2222

23+
# SEE bug with pip==22.1 https://github.com/jazzband/pip-tools/issues/1617
2324
RUN pip --no-cache-dir install --upgrade \
24-
pip~=22.0 \
25+
pip~=22.0.1 \
2526
wheel \
2627
setuptools
2728

0 commit comments

Comments
 (0)