make(ci): Fix Python opensuse
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM ortools/make:opensuse_swig AS env
|
||||
RUN zypper update -y \
|
||||
&& zypper install -y python3-devel python3-pip python3-wheel \
|
||||
&& zypper install -y python3-devel python3-pip \
|
||||
python3-wheel \
|
||||
python3-numpy python3-pandas \
|
||||
&& zypper clean -a
|
||||
RUN python3 -m pip install absl-py mypy-protobuf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user