Skip to content

Commit 1c8829a

Browse files
committed
ci: fix opensuse
1 parent ee29182 commit 1c8829a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/docker/opensuse/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ENV CC=gcc CXX=g++
1212
# Install Python
1313
RUN zypper update -y \
1414
&& zypper install -y \
15-
python311 python311-devel python311-pip \
16-
python311-wheel python311-setuptools \
15+
python3 python3-devel python3-pip \
16+
python3-wheel python3-setuptools python3-virtualenv \
1717
python3-numpy python3-pandas \
1818
&& zypper clean -a
19-
RUN python3.11 -m pip install --break-system-packages \
19+
RUN python3 -m pip install --break-system-packages \
2020
mypy
2121

2222
# Add the library src to our build env

0 commit comments

Comments
 (0)