Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89fb6d4

Browse files
committed
ci: Skip PyQt6 6.5.1 wheels
They are linked to a symbol from glibc 2.35, while claiming to be for2.28, and Ubuntu 20.04 only has 2.31.
1 parent6488491 commit89fb6d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,21 @@ jobs:
6262
python-version:3.9
6363
extra-requirements:'-r requirements/testing/extra.txt'
6464
CFLAGS:"-fno-lto"# Ensure that disabling LTO works.
65+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
66+
pyqt6-ver:'!=6.5.1'
6567
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6668
pyside6-ver:'!=6.5.1'
6769
-os:ubuntu-20.04
6870
python-version:'3.10'
6971
extra-requirements:'-r requirements/testing/extra.txt'
72+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
73+
pyqt6-ver:'!=6.5.1'
7074
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7175
pyside6-ver:'!=6.5.1'
7276
-os:ubuntu-20.04
7377
python-version:'3.11'
78+
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
79+
pyqt6-ver:'!=6.5.1'
7480
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7581
pyside6-ver:'!=6.5.1'
7682
-os:macos-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp