ci: add python-setuptools to archlinux
This commit is contained in:
committed by
Corentin Le Molgat
parent
d82c1263b1
commit
161431a004
@@ -1,7 +1,7 @@
|
||||
FROM ortools/cmake:archlinux_swig AS env
|
||||
ENV PATH=/root/.local/bin:$PATH
|
||||
RUN pacman -Syu --noconfirm python python-pip \
|
||||
python-wheel python-virtualenv \
|
||||
python-wheel python-virtualenv python-setuptools \
|
||||
python-numpy python-pandas
|
||||
RUN python -m pip install --break-system-package \
|
||||
absl-py mypy mypy-protobuf
|
||||
|
||||
Reference in New Issue
Block a user