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 b65904c commit 0c746fdCopy full SHA for 0c746fd
ci/docker/opensuse/Dockerfile
@@ -17,11 +17,11 @@ RUN zypper update -y \
17
# Install Python
18
RUN zypper update -y \
19
&& zypper install -y \
20
- python311 python311-devel python311-pip \
21
- python311-wheel python311-setuptools \
+ python3 python3-devel python3-pip \
+ python3-wheel python3-setuptools python3-virtualenv \
22
python3-numpy python3-pandas \
23
&& zypper clean -a
24
-RUN python3.11 -m pip install --break-system-packages \
+RUN python3 -m pip install --break-system-packages \
25
mypy
26
27
# Add the library src to our build env
0 commit comments