cmake(ci): Fix ubuntu python job
This commit is contained in:
@@ -4,7 +4,8 @@ ENV PATH=/root/.local/bin:$PATH
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||
python3-dev python3-pip \
|
||||
python3-wheel python3-venv python3-virtualenv \
|
||||
python3-setuptools python3-wheel \
|
||||
python3-venv python3-virtualenv \
|
||||
python3-numpy python3-pandas \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user