Skip to content

Commit 20fea18

Browse files
committed
cmake(ci): fix ubuntu python job
1 parent 8a722df commit 20fea18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/docker/ubuntu/python.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ RUN apt-get update -qq \
66
python3-dev python3-pip \
77
python3-setuptools python3-wheel \
88
python3-venv python3-virtualenv \
9-
python3-numpy python3-pandas python3-typing-extensions \
9+
python3-numpy python3-pandas \
1010
&& apt-get clean \
1111
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1212
RUN python3 -m pip install --break-system-package \
13-
absl-py mypy mypy-protobuf
13+
absl-py mypy mypy-protobuf typing-extensions
1414

1515
FROM env AS devel
1616
WORKDIR /home/project

0 commit comments

Comments
 (0)