We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee29182 commit 1c8829aCopy full SHA for 1c8829a
ci/docker/opensuse/Dockerfile
@@ -12,11 +12,11 @@ ENV CC=gcc CXX=g++
12
# Install Python
13
RUN zypper update -y \
14
&& zypper install -y \
15
- python311 python311-devel python311-pip \
16
- python311-wheel python311-setuptools \
+ python3 python3-devel python3-pip \
+ python3-wheel python3-setuptools python3-virtualenv \
17
python3-numpy python3-pandas \
18
&& zypper clean -a
19
-RUN python3.11 -m pip install --break-system-packages \
+RUN python3 -m pip install --break-system-packages \
20
mypy
21
22
# Add the library src to our build env
0 commit comments