Skip to content

Commit 0c746fd

Browse files
committed
ci: fix opensuse build
1 parent b65904c commit 0c746fd

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
@@ -17,11 +17,11 @@ RUN zypper update -y \
1717
# Install Python
1818
RUN zypper update -y \
1919
&& zypper install -y \
20-
python311 python311-devel python311-pip \
21-
python311-wheel python311-setuptools \
20+
python3 python3-devel python3-pip \
21+
python3-wheel python3-setuptools python3-virtualenv \
2222
python3-numpy python3-pandas \
2323
&& zypper clean -a
24-
RUN python3.11 -m pip install --break-system-packages \
24+
RUN python3 -m pip install --break-system-packages \
2525
mypy
2626

2727
# Add the library src to our build env

0 commit comments

Comments
 (0)