Skip to content

Commit 61c656d

Browse files
authored
Fix CI env(#2225)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 265529f commit 61c656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
3636

3737
RUN ln -sf $(which python3) /usr/bin/python
3838

39-
RUN python -m pip install pip==24.0
39+
RUN python -m pip install pip packaging --upgrade
4040
RUN python -m pip install --no-cache-dir setuptools
4141

4242
RUN pip list

0 commit comments

Comments
 (0)