ci: add python-setuptools to archlinux

This commit is contained in:
Mizux Seiha
2024-04-28 22:03:37 +02:00
committed by Corentin Le Molgat
parent d82c1263b1
commit 161431a004
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ ENV JAVA_HOME=/usr/lib/jvm/default
# Install Python
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