make(ci): Fix python docker jobs

This commit is contained in:
Mizux Seiha
2023-06-15 17:19:15 +02:00
parent 465c232f1e
commit 04405e25f0
4 changed files with 15 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
FROM ortools/cmake:archlinux_swig AS env
ENV PATH=/root/.local/bin:$PATH
RUN pacman -Syu --noconfirm python python-pip \
python-wheel python-numpy python-pandas
python-wheel python-virtualenv \
python-numpy python-pandas
RUN python -m pip install --break-system-package \
absl-py mypy-protobuf