cmake(ci): Fix opensuse python build

This commit is contained in:
Corentin Le Molgat
2024-02-09 16:13:14 +01:00
parent d68335aecb
commit 642486e7fb

View File

@@ -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