cmake(ci): Fix opensuse python build
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ortools/cmake:opensuse_swig AS env
|
||||
ENV PATH=/root/.local/bin:$PATH
|
||||
RUN zypper refresh \
|
||||
&& zypper install -y python311 python311-devel \
|
||||
python311-pip python311-wheel python311-virtualenv \
|
||||
python311-pip python311-wheel python311-virtualenv python311-setuptools \
|
||||
&& zypper clean -a
|
||||
RUN python3.11 -m pip install --break-system-packages \
|
||||
absl-py mypy mypy-protobuf
|
||||
|
||||
Reference in New Issue
Block a user