cmake(ci): fix ubuntu python job
This commit is contained in:
@@ -6,11 +6,11 @@ RUN apt-get update -qq \
|
||||
python3-dev python3-pip \
|
||||
python3-setuptools python3-wheel \
|
||||
python3-venv python3-virtualenv \
|
||||
python3-numpy python3-pandas python3-typing-extensions \
|
||||
python3-numpy python3-pandas \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
RUN python3 -m pip install --break-system-package \
|
||||
absl-py mypy mypy-protobuf
|
||||
absl-py mypy mypy-protobuf typing-extensions
|
||||
|
||||
FROM env AS devel
|
||||
WORKDIR /home/project
|
||||
|
||||
Reference in New Issue
Block a user