Skip to content

Commit

Permalink
CI: build against Python 3.12 on OpenSUSE-tumbleweed
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 18, 2024
1 parent 376d185 commit 86401ee
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/linux-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,13 @@ jobs:
include:
- image: leap
QT_VER: 5
py_ver: 3
- image: tumbleweed
QT_VER: 5
py_ver: 312
- image: tumbleweed
QT_VER: 6
py_ver: 312

steps:
- uses: actions/checkout@v1
Expand All @@ -400,8 +403,8 @@ jobs:
gl2ps-devel \
zlib-devel \
glu-devel \
python3 \
python3-pyqt-builder \
python${{ matrix.py_ver }} \
python${{ matrix.py_ver }}-pyqt-builder \
gtest \
xvfb-run \
rpm-build
Expand All @@ -410,13 +413,13 @@ jobs:
libqt5-qtbase-devel \
libqt5-qtsvg-devel \
libqt5-linguist-devel \
python3-qt5-devel
python${{ matrix.py_ver }}-qt5-devel
else
zypper -n install \
qt6-base-devel \
qt6-svg-devel \
qt6-linguist-devel \
python3-PyQt6-devel
python${{ matrix.py_ver }}-PyQt6-devel
fi
- name: Configuring
Expand Down

0 comments on commit 86401ee

Please sign in to comment.