1
0
Fork 0

ci: enable tumbleweed

This reverts commit 5c5c453219.

And removes the old python(2) pull in.

For some reason we get:
`Package python3-embed was not found in the pkg-config search path.`
with python38-devel but not with python310-devel. Let's bump it to that
version.
This commit is contained in:
Michael Vetter 2022-08-09 13:38:21 +02:00
parent 8f2f0edf7a
commit cdebb559bb
2 changed files with 3 additions and 5 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
flavor: [debian, fedora, ubuntu]
flavor: [debian, fedora, tumbleweed, ubuntu]
name: Linux
steps:

View File

@ -29,10 +29,8 @@ RUN zypper --non-interactive in --no-recommends \
libuuid-devel \
make \
ncurses-devel \
python \
python-devel \
python38 \
python38-devel \
python310 \
python310-devel \
readline-devel \
sqlite3-devel \
gdk-pixbuf-devel \