From 7431e8c72b0c7fe705badaf6cc3f394ae4246f88 Mon Sep 17 00:00:00 2001 From: "A. Reit" Date: Wed, 27 Nov 2024 14:27:23 +0100 Subject: [PATCH] WIP Fixup pyqt6 dependencies, fixup job name --- .github/scripts/install.sh | 2 +- .github/workflows/test-linux-pyqt6.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/install.sh b/.github/scripts/install.sh index 7b8d2b22c20..6155dc3f543 100755 --- a/.github/scripts/install.sh +++ b/.github/scripts/install.sh @@ -75,7 +75,7 @@ else fi if [ "$QT6_BINDINGS" = "pyqt6" ]; then - pip install pyqt6 pyqtwebengine + pip install pyqt6 pyqt6-webengine elif [ "$QT6_BINDINGS" = "pyside6" ]; then pip install pyside6 elif [ -n "$QT6_BINDINGS" ]; then diff --git a/.github/workflows/test-linux-pyqt6.yml b/.github/workflows/test-linux-pyqt6.yml index 5e19b06f281..8ebec7134fd 100644 --- a/.github/workflows/test-linux-pyqt6.yml +++ b/.github/workflows/test-linux-pyqt6.yml @@ -24,7 +24,7 @@ jobs: build: # Use this to disable the workflow # if: false - name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} + name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.QT6_BINDINGS }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} runs-on: ubuntu-20.04 env: CI: 'true'